This read-only property holds a reference to the Type object from which this object was obtained.
A 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.
[Visual Basic] Overridable Public ReadOnly Property ReflectedType As Type [C#] public Type ReflectedType {override get;} [C++] public: __property virtual Type* get_ReflectedType(); [JScript] public function get ReflectedType() : Type;
Returns the Type object from which this object was obtained.
ConstructorBuilder Class | ConstructorBuilder Members | System.Reflection.Emit Namespace