Click or drag to resize
ArrayListCount Property
Gets the number of elements actually contained in the ArrayList.

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

Return Value

Type: Int32
The number of elements actually contained in the ArrayList.

Implements

ICollectionCount
See Also