Parameter | Description |
---|---|
type | The container type to resolve the property bag for. |
IPropertyBag The resolved property bag.
Gets an interface to the PropertyBag_1 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_1 for the given TContainer
.