System.Xml.Schema.XsdBuilder.InitComplexContentRestriction C# (CSharp) Méthode

InitComplexContentRestriction() private static méthode

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