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

◆ WriteReflectionInit()

void System.Xml.Serialization.ReflectionAwareILGen.WriteReflectionInit ( TypeScope scope)
inlinepackage

Definition at line 17 of file ReflectionAwareILGen.cs.

18 {
19 foreach (Type type in scope.Types)
20 {
21 scope.GetTypeDesc(type);
22 }
23 }

References System.type.