|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| void | CopyTo (T[] array, int index) |
| bool | TryAdd (T item) |
| bool | TryTake ([MaybeNullWhen(false)] out T item) |
| T[] | ToArray () |
| IEnumerator | GetEnumerator () |
| void | CopyTo (Array array, int index) |
Properties | |
| int | Count [get] |
| object | SyncRoot [get] |
| bool | IsSynchronized [get] |
Definition at line 6 of file IProducerConsumerCollection.cs.