PropertyBag.GetPropertyBag

Declaration

public static Unity.Properties.IPropertyBag GetPropertyBag(Type type);

Parameters

type The container type to resolve the property bag for.

Returns

IPropertyBag The resolved property bag.

Description

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 IPropertyBagAccept interface method.


Declaration

public static IPropertyBag<TContainer> GetPropertyBag();

Returns

IPropertyBag<TContainer> The resolved property bag, strongly typed.

Description

Gets the strongly typed PropertyBag_1 for the given TContainer.


Did you find this page useful? Please give it a rating: