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

◆ GetInterface() [1/2]

Type? System.Type.GetInterface ( string name)
inlineinherited

Definition at line 1003 of file Type.cs.

1004 {
1005 return GetInterface(name, ignoreCase: false);
1006 }
Type? GetInterface(string name)
Definition Type.cs:1003

References System.Type.GetInterface().

Referenced by System.Type.GetInterface(), and System.Reflection.TypeDelegator.GetInterface().