Interface IDictionaryOfReadOnlyProperties<TKey, TItem>
Represents a wrapper for a dictionary property containing read-only properties
Inherited Members
Namespace: TSD.API.Remoting.Common.Properties
Assembly: TSD.API.Remoting.dll
Syntax
public interface IDictionaryOfReadOnlyProperties<TKey, out TItem> : IDictionaryProperty<TKey, IReadOnlyProperty<TItem>, TItem>, IReadOnlyProperty<IEnumerable<IKeyValuePair<TKey, IReadOnlyProperty<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 |