API Reference MyLibrary MyLibrary.Collections IReadOnlyCollection<T> IReadOnlyCollection<T>.GetCount Method Definition Unit: MyLibrary.Collections Package: MyLibrary Gets the number of values in the collection. Delphi Copy function GetCount: Integer; Returns Integer The number of values in the collection.