Describes how a new instance is created.
| Property | Description |
|---|---|
| Activator | The type instantiation will be done using InstantiationKind.Activator. |
| PropertyBagOverride | The type instantiation will be done via a method override in PropertyBag<T0> |
| NotInstantiatable | Not type instantiation should be performed for this type. |