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

◆ ChildElementNamespacesProperty

PropertyInfo System.Runtime.Serialization.XmlFormatGeneratorStatics.ChildElementNamespacesProperty
staticgetpackage

Definition at line 987 of file XmlFormatGeneratorStatics.cs.

988 {
989 [RequiresUnreferencedCode("Data Contract Serialization and Deserialization might require types that cannot be statically analyzed. Make sure all of the required types are preserved.")]
990 get
991 {
993 {
994 s_childElementNamespacesProperty = typeof(ClassDataContract).GetProperty("ChildElementNamespaces", BindingFlags.Instance | BindingFlags.Static | BindingFlags.Public | BindingFlags.NonPublic);
995 }
997 }
998 }

Referenced by System.Runtime.Serialization.XmlFormatWriterGenerator.CriticalHelper.WriteClass().