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

◆ NamespaceProperty

PropertyInfo System.Runtime.Serialization.JsonFormatGeneratorStatics.NamespaceProperty
staticget

Definition at line 228 of file JsonFormatGeneratorStatics.cs.

229 {
230 get
231 {
232 if (s_namespaceProperty == null)
233 {
234 s_namespaceProperty = typeof(XmlReaderDelegator).GetProperty("NamespaceProperty", BindingFlags.Instance | BindingFlags.Static | BindingFlags.Public | BindingFlags.NonPublic);
235 }
236 return s_namespaceProperty;
237 }
238 }