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

◆ XDR_BuildAttributeType_DtMinLength()

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

Definition at line 934 of file XdrBuilder.cs.

935 {
936 ParseDtMinLength(ref builder._AttributeDef._MinLength, obj, builder);
937 }
static void ParseDtMinLength(ref uint cVal, object obj, XdrBuilder builder)

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