|
Terraria v1.4.4.9
Terraria source code documentation
|
Classes | |
| struct | Enumerator |
Static Public Member Functions | |
| static bool | operator== (ArraySegment< T > a, ArraySegment< T > b) |
| static bool | operator!= (ArraySegment< T > a, ArraySegment< T > b) |
| static implicit | operator ArraySegment< T > (T[] array) |
Properties | |
| static ArraySegment< T > | Empty = new ArraySegment<T>(new T[0]) [get] |
| T?[] | Array [get] |
| int | Offset [get] |
| int | Count [get] |
| T | this[int index] [get, set] |
| T IList< T >. | this[int index] [get, set] |
| T IReadOnlyList< T >. | this[int index] [get] |
| bool ICollection< T >. | IsReadOnly [get] |
| bool | IsFixedSize [get] |
| object | SyncRoot [get] |
| bool | IsSynchronized [get] |
Private Member Functions | |
| void | ThrowInvalidOperationIfDefault () |
Private Attributes | |
| readonly T[] | _array |
| readonly int | _offset |
| readonly int | _count |
Definition at line 10 of file ArraySegment.cs.