Method BindExtension
BindExtension<T>(T)
Binds the store extension with the purchasing binder.
Declaration
protected void BindExtension<T>(T instance) where T : IStoreExtension
Parameters
| Type | Name | Description |
|---|---|---|
| T | instance | Instance of the store extension |
Type Parameters
| Name | Description |
|---|---|
| T | Implementation of |