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

BuildElement_MaxOccurs() private static méthode

private static BuildElement_MaxOccurs ( XsdBuilder builder, string value ) : void
builder XsdBuilder
value string
Résultat void
        private static void BuildElement_MaxOccurs(XsdBuilder builder, string value)
        {
            builder.SetMaxOccurs(builder._element, value);
        }
XsdBuilder