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

BuildComplexType_Name() private static méthode

private static BuildComplexType_Name ( XsdBuilder builder, string value ) : void
builder XsdBuilder
value string
Résultat void
        private static void BuildComplexType_Name(XsdBuilder builder, string value)
        {
            builder._complexType.Name = value;
        }
XsdBuilder