Method QueryInterface
QueryInterface<T>()
Gets the implementation of an interface.
Declaration
T QueryInterface<T>()
where T : class
Returns
Type | Description |
---|---|
T | The implementation of interface |
Type Parameters
Name | Description |
---|---|
T | Interface type. |