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

◆ ProcessContents

XmlSchemaContentProcessing System.Xml.Schema.XmlSchemaAnyAttribute.ProcessContents
getset

Definition at line 39 of file XmlSchemaAnyAttribute.cs.

40 {
41 get
42 {
43 return _processContents;
44 }
45 set
46 {
48 }
49 }