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

◆ ExpectedAttributes

string System.Xml.Serialization.XmlAttributeEventArgs.ExpectedAttributes
get

Definition at line 23 of file XmlAttributeEventArgs.cs.

24 {
25 get
26 {
27 if (_qnames != null)
28 {
29 return _qnames;
30 }
31 return string.Empty;
32 }
33 }