PropertyBuilder::DeclaringType Property

 

Gets the class that declares this member.

Namespace:   System.Reflection.Emit
Assembly:  mscorlib (in mscorlib.dll)

public:
property Type^ DeclaringType {
	virtual Type^ get() override;
}

Property Value

Type: System::Type^

The Type object for the class that declares this member.

.NET Framework
Available since 1.1
Silverlight
Available since 2.0
Return to top
Show: