ArraySegment<T> Properties

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The ArraySegment<T> type exposes the following members.

Properties

  Name Description
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 Array Gets the original array containing the range of elements that the array segment delimits.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 Count Gets the number of elements in the range delimited by the array segment.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 Offset Gets the position of the first element in the range delimited by the array segment, relative to the start of the original array.

Top