Interface IDictionaryOfProperties<TKey, TItem>
Represents a wrapper for an dictionary property containing writable properties
Inherited Members
Namespace: TSD.API.Remoting.Common.Properties
Assembly: TSD.API.Remoting.dll
Syntax
public interface IDictionaryOfProperties<TKey, TItem> : IDictionaryProperty<TKey, IProperty<TItem>, TItem>, IReadOnlyProperty<IEnumerable<IKeyValuePair<TKey, IProperty<TItem>>>>
Type Parameters
| Name | Description |
|---|---|
| TKey | The type of keys used to access the item wrappers stored in the dictionary |
| TItem | The type of items stored in the wrappers in the dictionary |