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

BuildSimpleContentRestriction_Base() private static method

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