IDictionaryPropertyTKey, TItemWrapper, TItem Interface

Represents a wrapper for a dictionary property

Namespace: TSD.API.Remoting.Common.Properties
Assembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 23.1.0.154
Syntax
public interface IDictionaryProperty<TKey, out TItemWrapper, out TItem> : IReadOnlyProperty<IEnumerable<IKeyValuePair<TKey, TItemWrapper>>>
where TItemWrapper : Object, IReadOnlyProperty<TItem>

Type Parameters

TKey
The type of keys used to access the item wrappers stored in the dictionary
TItemWrapper
The type of item wrappers stored in the dictionary
TItem
The type of items stored in the wrappers in the dictionary

The IDictionaryPropertyTKey, TItemWrapper, TItem type exposes the following members.

Properties
 NameDescription
Public propertyCount Gets the number of elements in the dictionary
Public propertyIsApplicable Gets a value indicating whether the property is applicable
(Inherited from IReadOnlyPropertyTValue)
Public propertyItem Gets the element that has the specified key in the dictionary
Public propertyTestStatus Gets the test status of the property
(Inherited from IReadOnlyPropertyTValue)
Public propertyValue Gets the value of this property
(Inherited from IReadOnlyPropertyTValue)
Public propertyValues Gets an enumerable collection that contains the values in the dictionary
Top
Methods
 NameDescription
Public methodContainsKey Returns a value indicating whether an entry with given key is present in the dictionary
Top
See Also
Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next