Returns the custom attributes identified by the given type.
[Visual Basic] Overloads Overrides Public Function GetCustomAttributes( _ ByVal attributeType As Type _ ) As Object () [C#] public override object[] GetCustomAttributes( Type attributeType ); [C++] public: override Object* GetCustomAttributes( Type* attributeType ) []; [JScript] public override function GetCustomAttributes( attributeType : Type ) : Object[];
Returns an array of objects representing the attributes of this constructor that are of Type attributeType.
ConstructorBuilder Class | ConstructorBuilder Members | System.Reflection.Emit Namespace | ConstructorBuilder.GetCustomAttributes Overload List