IReadOnlyMultiSet<T>.ItemCount Property
Definition
Returns 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
Returns
Integer
Returns the number of occurrences of an element in this multiset (the count of the element).
property ItemCount[const item: T]: Integer