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

◆ IsDelegate()

bool System.RuntimeType.IsDelegate ( )
inlinepackage

Definition at line 2859 of file RuntimeType.cs.

2860 {
2861 return GetBaseType() == typeof(MulticastDelegate);
2862 }
RuntimeType GetBaseType()

References System.RuntimeType.GetBaseType().