This version of Unity is unsupported.

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.


Returns

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

Description

Gets the strongly typed PropertyBag_1 for the given <typeparamref name="TContainer" />.