This version of Unity is unsupported.

PropertyBag<T0>.Instantiate

Declaration

protected TContainer Instantiate();

Description

Implement this method to provide custom type instantiation for the container type.

You MUST also override InstantiationKind to return ConstructionType.PropertyBagOverride for this method to be called.