ConstructorBuilder::ReflectedType Property
.NET Framework (current version)
Holds a reference to the Type object from which this object was obtained.
Assembly: mscorlib (in mscorlib.dll)
Implements
_MemberInfo::ReflectedTypeA ConstructorBuilder object represents a constructor on a particular class. In order to obtain a ConstructorInfo object, the Type object that represents the class that supports the constructor is queried. This property holds a reference to that Type object.
.NET Framework
Available since 1.1
Silverlight
Available since 2.0
Available since 1.1
Silverlight
Available since 2.0
Show: