[To be supplied.]
[Visual Basic] Overrides Public Function IsDefined( _ ByVal attributeType As Type _ ) As Boolean [C#] public override bool IsDefined( Type attributeType ); [C++] public: override bool IsDefined( Type* attributeType ); [JScript] public override function IsDefined( attributeType : Type ) : Boolean;
FieldBuilder Class | FieldBuilder Members | System.Reflection.Emit Namespace