IDictionaryOfPropertiesTKey, TItem Properties

The IDictionaryOfPropertiesTKey, TItem generic type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of elements in the dictionary
(Inherited from IDictionaryPropertyTKey, TItemWrapper, TItem.)
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
(Inherited from IDictionaryPropertyTKey, TItemWrapper, TItem.)
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
(Inherited from IDictionaryPropertyTKey, TItemWrapper, TItem.)
Top
See Also