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

◆ XDR_InitElement()

static void System.Xml.Schema.XdrBuilder.XDR_InitElement ( XdrBuilder builder,
object obj )
inlinestaticprivate

Definition at line 993 of file XdrBuilder.cs.

994 {
995 if (builder._ElementDef._HasDataType || builder._ElementDef._ContentAttr == 1 || builder._ElementDef._ContentAttr == 2)
996 {
997 builder.SendValidationEvent(System.SR.Sch_ElementNotAllowed);
998 }
1003 }
static string Sch_ElementNotAllowed
Definition SR.cs:460
Definition SR.cs:7

References System.Xml.Dictionary, and System.SR.Sch_ElementNotAllowed.