Initializes a new instance of the TypeDelegator class.
Initializes a new instance of the TypeDelegator class with default properties.
[Visual Basic] Overloads Protected Sub New()
[C#] protected TypeDelegator();
[C++] protected: TypeDelegator();
[JScript] protected function TypeDelegator();
Initializes a new instance of the class TypeDelegator with the delegating Type parameter.
[Visual Basic] Overloads Public Sub New(Type)
[C#] public TypeDelegator(Type);
[C++] public: TypeDelegator(Type*);
[JScript] public function TypeDelegator(Type);
TypeDelegator Class | TypeDelegator Members | System.Reflection Namespace