TypeDelegator Constructor (Type)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Initializes a new instance of the TypeDelegator class specifying the encapsulating instance.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- delegatingType
- Type: System.Type
The instance of the class Type that encapsulates the call to the method of an object.
| Exception | Condition |
|---|---|
| ArgumentNullException | delegatingType is null. |
Show: