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

BuildElement_Fixed() private static méthode

private static BuildElement_Fixed ( XsdBuilder builder, string value ) : void
builder XsdBuilder
value string
Résultat void
        private static void BuildElement_Fixed(XsdBuilder builder, string value)
        {
            builder._element.FixedValue = value;
        }
XsdBuilder