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

◆ InitComplexContentRestriction()

static void System.Xml.Schema.XsdBuilder.InitComplexContentRestriction ( XsdBuilder builder,
string value )
inlinestaticprivate

Definition at line 1552 of file XsdBuilder.cs.

1553 {
1554 builder._xso = (builder._complexContentRestriction = new XmlSchemaComplexContentRestriction());
1555 builder._complexContent.Content = builder._complexContentRestriction;
1556 }

References System.Xml.Dictionary.