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

◆ XDR_BuildElementType_DtMinLength()

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

Definition at line 682 of file XdrBuilder.cs.

683 {
684 ParseDtMinLength(ref builder._ElementDef._MinLength, obj, builder);
685 }
static void ParseDtMinLength(ref uint cVal, object obj, XdrBuilder builder)

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