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

◆ RemoveAll()

static ? Delegate System.Delegate.RemoveAll ( Delegate? source,
Delegate? value )
inlinestaticinherited

Definition at line 480 of file Delegate.cs.

481 {
483 do
484 {
485 @delegate = source;
487 }
488 while (@delegate != source);
489 return @delegate;
490 }
static ? Delegate Remove(Delegate? source, Delegate? value)
Definition Delegate.cs:463

References System.Runtime.Serialization.Dictionary, System.Delegate.Remove(), System.source, and System.value.