Property Count
Count
Gets the number of items in this value list. If the count is zero, this value list is detached from Dictionary, i.e. calling ContainsKey(TKey) on the dictionary and passing in Key as a parameter will return false. When items are added to the value list it is attached to the dictionary.
Declaration
public int Count { get; }
Property Value
Type | Description |
---|---|
int |