Interface IDictionaryOfProperties<TKey, TItem>

Represents a wrapper for an dictionary property containing writable properties

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

Extension Methods

Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next