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

◆ XDR_BuildAttributeType_DtMaxLength()

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

Definition at line 929 of file XdrBuilder.cs.

930 {
931 ParseDtMaxLength(ref builder._AttributeDef._MaxLength, obj, builder);
932 }
static void ParseDtMaxLength(ref uint cVal, object obj, XdrBuilder builder)

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