IMultiSet<T>.ItemCount Property
Definition
Gets or sets the number of occurrences of an element in this multiset (the count of the element).
Delphi
property ItemCount[const item: T]: Integer
Parameters
- item
- T
The item to get or set the count for.
Returns
Integer