Click or drag to resize
ICollectionCount Property
Gets the number of elements contained in the ICollection.

Namespace: System.Collections
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
int Count { get; }

Return Value

Type: Int32
The number of elements contained in the ICollection.
See Also