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

InitComplexContentRestriction() private static method

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