Store Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the Store class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Store(array<Type[]) | Initializes a new instance of the Store class. | |
Store(IServiceProvider, array<Type[]) | Initializes a new instance of the Store class. | |
Store(IServiceProvider, Dictionary<Object, Object>, array<Type[]) | Creates an instance of the Store class which delegates IServiceProvider implementation to the given serviceProvider. |
Top