Interface IListPropertyBag<TList, TElement>
Base typed interface for implementing list based property bags.
Inherited Members
Namespace: Unity.Properties
Syntax
public interface IListPropertyBag<TList, TElement> : ICollectionPropertyBag<TList, TElement>, IPropertyBag<TList>, IPropertyBag, ICollectionPropertyBagAccept<TList>, IListPropertyBagAccept<TList>, IListPropertyAccept<TList>, IIndexedProperties<TList> where TList : IList<TElement>
Type Parameters
Name | Description |
---|---|
TList | The list type. |
TElement | The list element type. |