class in Unity.Properties
/
Inherits from:Unity.Properties.KeyValueCollectionPropertyBag_3
An IPropertyBag<T0> implementation for a Generic.Dictionary_2 type.
| Property | Description |
|---|---|
| InstantiationKind | Implement this property and return true to provide custom type instantiation for the container type. |
| Method | Description |
|---|---|
| Accept | Accepts visitation from a specified ITypeVisitor. |
| CreateInstance | Creates and returns a new instance of TContainer. |
| GetProperties | Implement this method to return a PropertyCollection<T0> that can enumerate through all properties for the TContainer. |
| TryCreateInstance | Tries to create a new instance of TContainer. |
| Method | Description |
|---|---|
| Instantiate | Implement this method to provide custom type instantiation for the container type. |