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

◆ GetCollectionContractNamespace()

override string System.Runtime.Serialization.ReflectionXmlReader.GetCollectionContractNamespace ( CollectionDataContract collectionContract)
inlineprotected

Definition at line 47 of file ReflectionXmlReader.cs.

48 {
49 return collectionContract.StableName.Namespace;
50 }