When implemented by a class, retrieves the number of elements in the ICollection.
[Visual Basic] ReadOnly Property Count As Integer [C#] int Count {get;} [C++] int get_Count() = 0; [JScript] abstract function get Count() : int;
The number of elements in the ICollection.
ICollection Interface | ICollection Members | System.Collections Namespace