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

◆ ChildElementNamespaces

XmlDictionaryString [] System.Runtime.Serialization.ClassDataContract.ChildElementNamespaces
getset

Definition at line 973 of file ClassDataContract.cs.

974 {
975 [RequiresUnreferencedCode("Data Contract Serialization and Deserialization might require types that cannot be statically analyzed. Make sure all of the required types are preserved.")]
976 get
977 {
978 if (_childElementNamespaces == null)
979 {
980 lock (this)
981 {
982 if (_childElementNamespaces == null)
983 {
985 {
989 }
991 }
992 }
993 }
995 }
996 set
997 {
999 }
1000 }

Referenced by System.Runtime.Serialization.ClassDataContract.Clone(), and System.Runtime.Serialization.ClassDataContract.CreateChildElementNamespaces().