|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| DebugView (BroadcastBlock< T > broadcastBlock) | |
Properties | |
| IEnumerable< T > | InputQueue [get] |
| bool | HasValue [get] |
| T | Value [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 BroadcastBlock< T > | _broadcastBlock |
| readonly BroadcastingSourceCore< T >.DebuggingInformation | _sourceDebuggingInformation |
Definition at line 13 of file BroadcastBlock.cs.