Array.ICollection.Count Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the number of elements contained in the Array.
Assembly: mscorlib (in mscorlib.dll)
ICollection.Count is always equal to Length.
Retrieving the value of this property is an O(1) operation.
Show: