Terraria v1.4.4.9
Terraria source code documentation
|
Protected Member Functions | |
virtual void | Dispose (bool disposing) |
Properties | |
int | BoundedCapacity [get] |
bool | IsAddingCompleted [get] |
bool | IsCompleted [get] |
int | Count [get] |
bool ICollection. | IsSynchronized [get] |
object ICollection. | SyncRoot [get] |
Private Member Functions | |
void | Initialize (IProducerConsumerCollection< T > collection, int boundedCapacity, int collectionCount) |
bool | TryAddWithNoTimeValidation (T item, int millisecondsTimeout, CancellationToken cancellationToken) |
bool | TryTakeWithNoTimeValidation ([MaybeNullWhen(false)] out T item, int millisecondsTimeout, CancellationToken cancellationToken, CancellationTokenSource combinedTokenSource) |
void | CancelWaitingConsumers () |
void | CancelWaitingProducers () |
void ICollection. | CopyTo (Array array, int index) |
IEnumerator< T > IEnumerable< T >. | GetEnumerator () |
IEnumerator IEnumerable. | GetEnumerator () |
void | CheckDisposed () |
Definition at line 13 of file BlockingCollection.cs.