Foley .NET Utilities Class Library | |
Collection2Base.Count Property
When implemented by a class, gets the number of elements contained
in the collection.
[Visual Basic]MustOverride Public ReadOnly Property Count As
Integer Implements _
ICollection.Count
[C#]public
int Count {abstract get;}
Property Value
The number of elements actually contained in the collection.
Implements
ICollection.Count
See Also
Collection2Base Class | Collection2Base Members | Foley.Utilities.Collections Namespace