Base:
property
Name
System.Reflection.ParameterInfo.Name
4 overrides of Name
System.Private.CoreLib (4)
System\Reflection\Runtime\ParameterInfos\NativeFormat\NativeFormatMethodParameterInfo.cs (1)
46
public sealed override string
Name
System\Reflection\Runtime\ParameterInfos\RuntimePropertyIndexParameterInfo.cs (1)
72
public sealed override string
Name
System\Reflection\Runtime\ParameterInfos\RuntimeSyntheticParameterInfo.cs (1)
62
public sealed override string
Name
System\Reflection\Runtime\ParameterInfos\RuntimeThinMethodParameterInfo.cs (1)
61
public sealed override string
Name
2 references to Name
System.Private.CoreLib (2)
System\Reflection\Runtime\ParameterInfos\RuntimeParameterInfo.cs (1)
117
return this.ParameterType.FormatTypeName() + " " + this.
Name
;
System\Reflection\Runtime\ParameterInfos\RuntimePropertyIndexParameterInfo.cs (1)
76
return _backingParameter.
Name
;