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

◆ GetImplType()

static RuntimeType System.Runtime.CompilerServices.ICastableHelpers.GetImplType ( ICastable castable,
RuntimeType interfaceType )
inlinestaticpackage

Definition at line 12 of file ICastableHelpers.cs.

13 {
14 return castable.GetImplType(new RuntimeTypeHandle(interfaceType)).GetRuntimeType();
15 }

References System.Runtime.CompilerServices.ICastable.GetImplType(), and System.RuntimeTypeHandle.GetRuntimeType().