ArraySegment Members
Delimits a section of a one-dimensional array.
The following tables list the members exposed by the ArraySegment generic type.
| Name | Description | |
|---|---|---|
| Array | Gets the original array containing the range of elements that the array segment delimits. |
| Count | Gets the number of elements in the range delimited by the array segment. |
| Offset | Gets the position of the first element in the range delimited by the array segment, relative to the start of the original array. |
| Name | Description | |
|---|---|---|
| Equals | Overloaded. Determines whether two objects are equal. |
| GetHashCode | Overridden. Returns the hash code for the current instance. |
| GetType | Gets the Type of the current instance. (Inherited from Object.) |
| op_Equality | Indicates whether two ArraySegment structures are equal. |
| op_Inequality | Indicates whether two ArraySegment structures are unequal. |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (Inherited from Object.) |
| ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |