Terraria v1.4.4.9
Terraria source code documentation
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros

◆ XDR_BuildElementType_DtMaxLength()

static void System.Xml.Schema.XdrBuilder.XDR_BuildElementType_DtMaxLength ( XdrBuilder builder,
object obj,
string prefix )
inlinestaticprivate

Definition at line 677 of file XdrBuilder.cs.

678 {
679 ParseDtMaxLength(ref builder._ElementDef._MaxLength, obj, builder);
680 }
static void ParseDtMaxLength(ref uint cVal, object obj, XdrBuilder builder)

References System.obj, and System.Xml.Schema.XdrBuilder.ParseDtMaxLength().