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

◆ Combine() [2/2]

static ? Delegate System.Delegate.Combine ( params Delegate??[] delegates)
inlinestaticinherited

Definition at line 388 of file Delegate.cs.

389 {
390 if (delegates == null || delegates.Length == 0)
391 {
392 return null;
393 }
395 for (int i = 1; i < delegates.Length; i++)
396 {
398 }
399 return @delegate;
400 }
static ? Delegate Combine(Delegate? a, Delegate? b)
Definition Delegate.cs:379

References System.Delegate.Combine(), and System.Runtime.Serialization.Dictionary.