Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
ImmutableArray< T > | Add (T item) |
ImmutableArray< T > | Remove (T item) |
bool | Contains (T item) |
IEnumerator< T > | GetEnumerator () |
T[] | ToArray () |
Properties | |
static ImmutableArray< T > | Empty [get] |
int | Count [get] |
Private Member Functions | |
ImmutableArray (T[] elements) | |
Private Attributes | |
readonly T[] | _array |
Static Private Attributes | |
static readonly ImmutableArray< T > | s_empty = new ImmutableArray<T>(new T[0]) |
Definition at line 7 of file ImmutableArray.cs.