Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ ToString() [2/2]

override string System.Threading.Tasks.Dataflow.JoinBlock< T1, T2, T3 >.ToString ( )
inline

Definition at line 361 of file JoinBlock.cs.

362 {
363 return Common.GetNameForDebugger(this, _source.DataflowBlockOptions);
364 }
static string GetNameForDebugger(IDataflowBlock block, DataflowBlockOptions options=null)
Definition Common.cs:66
readonly SourceCore< Tuple< T1, T2 > > _source
Definition JoinBlock.cs:51

References System.Threading.Tasks.Dataflow.JoinBlock< T1, T2, T3 >._source, and System.Threading.Tasks.Dataflow.Internal.Common.GetNameForDebugger().