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

◆ ToString() [2/2]

Definition at line 386 of file BatchedJoinBlock.cs.

387 {
388 return Common.GetNameForDebugger(this, _source.DataflowBlockOptions);
389 }
readonly SourceCore< Tuple< IList< T1 >, IList< T2 > > > _source
static string GetNameForDebugger(IDataflowBlock block, DataflowBlockOptions options=null)
Definition Common.cs:66

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