Navigation: Code Documentation > RSCommon > RSGenerics.Collections > Classes > TRSDictionary<TKey,TValue> > Properties
TRSDictionary<TKey,TValue>.Count Property
Number of entries.
Count holds the number of key-value pairs in the dictionary. The Items property holds Count entries.
Namespace: RSGenerics.Collections
Delphi
public property Count: Integer read FCount;
Property Value
Type: Integer
•RSGenerics.Collections.TRSDictionary<TKey,TValue>.Items[TKey]
•RSGenerics.Collections.TRSDictionary<TKey,TValue>.Add(TKey,TValue)
•RSGenerics.Collections.TRSDictionary<TKey,TValue>.AddOrSetValue(TKey,TValue)
•TRSDictionary<TKey,TValue>
•RSGenerics.Collections