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

◆ IsInstanceOfInterface()

static bool System.Runtime.CompilerServices.ICastableHelpers.IsInstanceOfInterface ( ICastable castable,
RuntimeType type,
[NotNullWhen(true)] out Exception castError )
inlinestaticpackage

Definition at line 7 of file ICastableHelpers.cs.

8 {
9 return castable.IsInstanceOfInterface(new RuntimeTypeHandle(type), out castError);
10 }

References System.Runtime.CompilerServices.ICastable.IsInstanceOfInterface(), and System.type.