ArraySegment<T>.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 in the range delimited by the array segment.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System.Int32The number of elements in the range delimited by the ArraySegment<T>.
Implements
ICollection<T>.CountIReadOnlyCollection<T>.Count
Show: