MeasurementDictionary Properties

Properties

CountRepresents a generic collection of key/value pairs.
IsReadOnlyGets a value indicating whether the ICollectionT is read-only.
ItemRepresents a generic collection of key/value pairs.
KeysGets an ICollectionT containing the keys of the IDictionaryTKey, TValue.
ValuesGets an ICollectionT containing the values in the IDictionaryTKey, TValue.

See Also