System.Xml.Xsl.XmlQueryTypeFactory.NodeChoice C# (CSharp) Метод

NodeChoice() публичный статический Метод

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
Результат XmlQueryType
        public static XmlQueryType NodeChoice(XmlNodeKindFlags kinds) {
            return ChoiceType.Create(kinds);
        }