Interface ICollectionPropertyBag<TCollection, TElement>
Base untyped interface for implementing collection based property bags.
Inherited Members
Namespace: Unity.Properties
Syntax
public interface ICollectionPropertyBag<TCollection, TElement> : IPropertyBag<TCollection>, IPropertyBag, ICollectionPropertyBagAccept<TCollection> where TCollection : ICollection<TElement>
Type Parameters
| Name | Description |
|---|---|
| TCollection | The collection type. |
| TElement | The container element type. |