System.Xml.Xsl.XmlQueryTypeFactory.NodeChoice C# (CSharp) Méthode

NodeChoice() public static méthode

Create a Node XmlQueryType which is the choice between several different node kinds.
public static NodeChoice ( XmlNodeKindFlags kinds ) : XmlQueryType
kinds XmlNodeKindFlags the node kinds which will make up the choice
Résultat XmlQueryType
        public static XmlQueryType NodeChoice(XmlNodeKindFlags kinds) {
            return ChoiceType.Create(kinds);
        }