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

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

private static InitComplexContentRestriction ( XsdBuilder builder, string value ) : void
builder XsdBuilder
value string
리턴 void
        private static void InitComplexContentRestriction(XsdBuilder builder, string value)
        {
            builder._xso = builder._complexContentRestriction = new XmlSchemaComplexContentRestriction();
            builder._complexContent.Content = builder._complexContentRestriction;
        }
XsdBuilder