This version of Unity is unsupported.

IndexedCollectionPropertyBag<T0,T1>.InstantiateWithCount

Declaration

protected TList InstantiateWithCount(int count);

Description

Implement this method to provide custom type instantiation with a count value for the container type.

You MUST also override InstantiationKind to return <see langword="ConstructionType.PropertyBagOverride" /> for this method to be called.