このフィールドに対して定義されているカスタム属性を返します。
オーバーロードの一覧
このフィールドに対して定義されているすべてのカスタム属性を返します。
[Visual Basic] Overloads Overrides Public Function GetCustomAttributes(Boolean) As Object() Implements ICustomAttributeProvider.GetCustomAttributes
[JScript] public override function GetCustomAttributes(Boolean) : Object[];
指定された型によって識別されるこのフィールドに定義されたすべてのカスタム属性を返します。
[C#] public override object[] GetCustomAttributes(Type, bool);
[C++] public: Object* GetCustomAttributes(Type*, bool) __gc[];
[JScript] public override function GetCustomAttributes(Type, Boolean) : Object[];
参照
FieldBuilder クラス | FieldBuilder メンバ | System.Reflection.Emit 名前空間