NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ConstructorBuilder.IsDefined

Checks if the specified custom attribute type is defined.

[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;

Parameters

attributeType
A custom attribute type.

Return Value

true if the specified custom attribute type is defined. Otherwise, false.

See Also

ConstructorBuilder Class | ConstructorBuilder Members | System.Reflection.Emit Namespace