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

◆ IsAssignableTo()

bool System.Type.IsAssignableTo ( [NotNullWhen(true)] Type? targetType)
inlineinherited

Definition at line 531 of file Type.cs.

532 {
533 return targetType?.IsAssignableFrom(this) ?? false;
534 }

References System.Type.IsAssignableFrom().

Referenced by System.Runtime.InteropServices.DynamicInterfaceCastableHelpers.GetInterfaceImplementation().