Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Diagnostics.SynchronizedList< T > Class Template Referencesealed

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
 

Detailed Description

Definition at line 5 of file SynchronizedList.cs.


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