Base:
property
Attributes
System.Reflection.ParameterInfo.Attributes
4 overrides of Attributes
System.Private.CoreLib (4)
System\Reflection\Runtime\ParameterInfos\NativeFormat\NativeFormatMethodParameterInfo.cs (1)
38public sealed override ParameterAttributes Attributes
System\Reflection\Runtime\ParameterInfos\RuntimePropertyIndexParameterInfo.cs (1)
26public sealed override ParameterAttributes Attributes
System\Reflection\Runtime\ParameterInfos\RuntimeSyntheticParameterInfo.cs (1)
25public sealed override ParameterAttributes Attributes
System\Reflection\Runtime\ParameterInfos\RuntimeThinMethodParameterInfo.cs (1)
25public sealed override ParameterAttributes Attributes
1 reference to Attributes
System.Private.CoreLib (1)
System\Reflection\Runtime\ParameterInfos\RuntimePropertyIndexParameterInfo.cs (1)
30return _backingParameter.Attributes;