The number of entries in this collection.
[Visual Basic] MustOverride Public Property ReadOnly Count As Integer _ Implements ICollection.Count [C#] public abstract int Count { get; } [C++] public: abstract __property int get_Count(); [JScript] public abstract function get Count() : int