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. |
Gets the implementation of an interface.
T QueryInterface<T>() where T : class
Type | Description |
---|---|
T | The implementation of interface |
Name | Description |
---|---|
T | Interface type. |