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

◆ IsCOMObjectImpl()

override bool System.RuntimeType.IsCOMObjectImpl ( )
inlineprotected

Definition at line 3633 of file RuntimeType.cs.

3634 {
3635 return RuntimeTypeHandle.IsComObject(this, isGenericCOM: false);
3636 }

References System.RuntimeTypeHandle.IsComObject().