| Parameter | Description |
|---|---|
| type | The container type to resolve the property bag for. |
IPropertyBag The resolved property bag.
Gets an interface to the PropertyBag<T0> for the given type.
The returned IPropertyBag can be used to get the strongly typed generic using the IPropertyBag.Accept interface method.
IPropertyBag<TContainer> The resolved property bag, strongly typed.
Gets the strongly typed PropertyBag<T0> for the given TContainer.