System.Xml.Schema.XsdBuilder.BuildComplexContentRestriction_Base C# (CSharp) Method

BuildComplexContentRestriction_Base() private static method

private static BuildComplexContentRestriction_Base ( XsdBuilder builder, string value ) : void
builder XsdBuilder
value string
return void
        private static void BuildComplexContentRestriction_Base(XsdBuilder builder, string value)
        {
            builder._complexContentRestriction.BaseTypeName = builder.ParseQName(value, "base");
        }
XsdBuilder