Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Threading.Tasks.Dataflow.Internal.ImmutableArray< T > Struct Template Reference

Public Member Functions

ImmutableArray< TAdd (T item)
 
ImmutableArray< TRemove (T item)
 
bool Contains (T item)
 
IEnumerator< TGetEnumerator ()
 
T[] ToArray ()
 

Properties

static ImmutableArray< TEmpty [get]
 
int Count [get]
 

Private Member Functions

 ImmutableArray (T[] elements)
 

Private Attributes

readonly T[] _array
 

Static Private Attributes

static readonly ImmutableArray< Ts_empty = new ImmutableArray<T>(new T[0])
 

Detailed Description

Definition at line 7 of file ImmutableArray.cs.


The documentation for this struct was generated from the following file: