Terraria v1.4.4.9
Terraria source code documentation
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros

◆ GetStringForTypeof()

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

Definition at line 32 of file ReflectionAwareILGen.cs.

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