Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
IsDelegate()
bool
System.RuntimeType.IsDelegate
(
)
inline
package
Definition at line
2859
of file
RuntimeType.cs
.
2860
{
2861
return
GetBaseType
() ==
typeof
(MulticastDelegate);
2862
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.RuntimeType.GetBaseType
RuntimeType GetBaseType()
Definition
RuntimeType.cs:3998
References
System.RuntimeType.GetBaseType()
.
System
RuntimeType
Generated by
1.10.0