Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
SynchronizedList () | |
void | Add (T item) |
bool | AddIfNotExist (T item) |
bool | Remove (T item) |
void | EnumWithFunc< TParent > (ActivitySource.Function< T, TParent > func, ref ActivityCreationOptions< TParent > data, ref ActivitySamplingResult samplingResult, ref ActivityCreationOptions< ActivityContext > dataWithContext) |
void | EnumWithAction (Action< T, object > action, object arg) |
Properties | |
int | Count [get] |
Private Attributes | |
readonly List< T > | _list |
uint | _version |
Definition at line 5 of file SynchronizedList.cs.