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

BuildElement_Ref() private static méthode

private static BuildElement_Ref ( XsdBuilder builder, string value ) : void
builder XsdBuilder
value string
Résultat void
        private static void BuildElement_Ref(XsdBuilder builder, string value)
        {
            builder._element.RefName = builder.ParseQName(value, "ref");
        }
XsdBuilder