Base:
method
GetCustomAttributes
System.Reflection.ParameterInfo.GetCustomAttributes(System.Type, System.Boolean)
4 references to GetCustomAttributes
mscorlib (4)
system\reflection\parameterinfo.cs (3)
630
object[] dt =
GetCustomAttributes
(typeof(DateTimeConstantAttribute), false);
669
Object[] CustomAttrs =
GetCustomAttributes
(s_CustomConstantAttributeType, false);
676
CustomAttrs =
GetCustomAttributes
(s_DecimalConstantAttributeType, false);
system\runtime\remoting\remotingattributes.cs (1)
97
Object[] attrs = RI.
GetCustomAttributes
(typeof(SoapParameterAttribute), true);