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

◆ ElementDecl

SchemaElementDecl? System.Xml.Schema.XmlSchemaElement.ElementDecl
getsetpackage

Definition at line 309 of file XmlSchemaElement.cs.

310 {
311 get
312 {
313 return _elementDecl;
314 }
315 set
316 {
318 }
319 }

Referenced by System.Xml.Schema.Compiler.CannonicalizeElement(), and System.Xml.DocumentSchemaValidator.ValidateElement().