Share via


Array.System.Collections.ICollection.Count Property

Gets the number of objects contained in a specific array.

Namespace: System
Assembly: mscorlib (in mscorlib.dll)

Syntax

private virtual int System.Collections.ICollection.Count { get; }

Property Value

The number of objects contained in the array.

Version Information

Available in the .NET Micro Framework versions 2.0, 2.5, 3.0, 4.0, 4.1, and 4.2.

See Also

Reference

Array Class
Array Members
System Namespace