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

◆ s_selectorAttributes

readonly XsdAttributeEntry [] System.Xml.Schema.XsdBuilder.s_selectorAttributes
staticprivate
Initial value:
= new XsdAttributeEntry[2]
{
new XsdAttributeEntry(SchemaNames.Token.SchemaId, BuildAnnotated_Id),
new XsdAttributeEntry(SchemaNames.Token.SchemaXPath, BuildSelector_XPath)
}
static void BuildAnnotated_Id(XsdBuilder builder, string value)
static void BuildSelector_XPath(XsdBuilder builder, string value)

Definition at line 498 of file XsdBuilder.cs.

499 {
500 new XsdAttributeEntry(SchemaNames.Token.SchemaId, BuildAnnotated_Id),
501 new XsdAttributeEntry(SchemaNames.Token.SchemaXPath, BuildSelector_XPath)
502 };