Method GetExtension
GetExtension<T>()
Get an implementation of a store extension specified by the template parameter.
Declaration
T GetExtension<T>() where T : IStoreExtension
Returns
| Type | Description |
|---|---|
| T | The store extension requested. |
Type Parameters
| Name | Description |
|---|---|
| T | Implementation of |