Returns an array of all the custom attributes defined on this parameter.
[Visual Basic] Overloads Public Shared Function GetCustomAttributes( _ ByVal element As ParameterInfo _ ) As Attribute () [C#] public static Attribute[] GetCustomAttributes( ParameterInfo element ); [C++] public: static Attribute* GetCustomAttributes( ParameterInfo* element ) []; [JScript] public static function GetCustomAttributes( element : ParameterInfo ) : Attribute[];
Returns an array of all the custom attributes defined on this parameter.
Attribute Class | Attribute Members | System Namespace | Attribute.GetCustomAttributes Overload List