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.DeclaringType

Retrieves a reference to the Type object for the type that declares this member. A member of a class (or interface) is either declared or inherited from a base class (or interface).

[Visual Basic]
Overridable Public ReadOnly Property DeclaringType As Type
[C#]
public Type DeclaringType {override get;}
[C++]
public: __property virtual Type* get_DeclaringType();
[JScript]
public function get DeclaringType() : Type;

Property Value

Returns the Type object for the type that declares this member.

See Also

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