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

◆ GetStringForTypeof()

string System.Xml.Serialization.ReflectionAwareILGen.GetStringForTypeof ( string typeFullName)
inlinepackage

Definition at line 32 of file ReflectionAwareILGen.cs.

33 {
34 return "typeof(" + typeFullName + ")";
35 }