Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Threading.Tasks.Dataflow.Internal.Disposables Class Referencesealed

Classes

class  Disposable
 
class  NopDisposable
 

Static Package Functions

static IDisposable Create< T1, T2 > (Action< T1, T2 > action, T1 arg1, T2 arg2)
 
static IDisposable Create< T1, T2, T3 > (Action< T1, T2, T3 > action, T1 arg1, T2 arg2, T3 arg3)
 

Static Package Attributes

static readonly IDisposable Nop = new NopDisposable()
 

Detailed Description

Definition at line 5 of file Disposables.cs.


The documentation for this class was generated from the following file: