Like ArraySegment, but immutable, and backed by an ImmutableArray More...
Public Member Functions | |
| ImmutableArraySegment (T[] array, int offset, int count) | |
| Create an ImmutableArray segment from the provided array, offset, and count More... | |
Public Attributes | |
| readonly ImmutableArray< T > | Array |
| The immutable backing array More... | |
| readonly int | Offset |
| The offset into the array More... | |
| readonly int | Count |
| The length of the segment More... | |
Like ArraySegment, but immutable, and backed by an ImmutableArray
| T |
| NobleConnect.ImmutableArraySegment< T >.ImmutableArraySegment | ( | T[] | array, |
| int | offset, | ||
| int | count | ||
| ) |
Create an ImmutableArray segment from the provided array, offset, and count
| array | |
| offset | |
| count |
| readonly ImmutableArray<T> NobleConnect.ImmutableArraySegment< T >.Array |
The immutable backing array
| readonly int NobleConnect.ImmutableArraySegment< T >.Count |
The length of the segment
| readonly int NobleConnect.ImmutableArraySegment< T >.Offset |
The offset into the array