Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
DebugView (BufferBlock< T > bufferBlock) | |
Properties | |
QueuedMap< ISourceBlock< T >, DataflowMessageHeader > | PostponedMessages [get] |
IEnumerable< T > | Queue [get] |
Task | TaskForInputProcessing [get] |
Task | TaskForOutputProcessing [get] |
DataflowBlockOptions | DataflowBlockOptions [get] |
bool | IsDecliningPermanently [get] |
bool | IsCompleted [get] |
int | Id [get] |
TargetRegistry< T > | LinkedTargets [get] |
ITargetBlock< T > | NextMessageReservedFor [get] |
Private Attributes | |
readonly BufferBlock< T > | _bufferBlock |
readonly SourceCore< T >.DebuggingInformation | _sourceDebuggingInformation |
Definition at line 12 of file BufferBlock.cs.