System.Xml.Schema.XsdBuilder.BuildSimpleContentRestriction_Base C# (CSharp) 메소드

BuildSimpleContentRestriction_Base() 개인적인 정적인 메소드

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