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