QueryInterface<TInterface>()
Gets the implementation of an interface.
Declaration
public virtual TInterface QueryInterface<TInterface>() where TInterface : class
Returns
Type | Description |
---|---|
TInterface | The implementation of interface |
Type Parameters
Name | Description |
---|---|
TInterface |