Enum InstantiationKind
Describes how a new instance is created.
Namespace: Unity.Properties
Syntax
public enum InstantiationKind
Fields
| Name | Description | Value |
|---|---|---|
| Activator | The type instantiation will be done using Activator. |
|
| NotInstantiatable | Not type instantiation should be performed for this type. |
|
| PropertyBagOverride | The type instantiation will be done via a method override in PropertyBag<TContainer> |