C# Class System.Xml.Xsl.XmlQueryTypeFactory.ChoiceType

Implementation of XmlQueryType that composes a choice of various prime types.
Inheritance: XmlQueryType
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0

Méthodes publiques

Свойство Type Description
None XmlQueryType

Méthodes publiques

Méthode Description
Create ( List members ) : XmlQueryType

Create choice containing the specified list of types.

Create ( XmlNodeKindFlags nodeKinds ) : XmlQueryType

Create choice between node kinds.

this ( int index ) : XmlQueryType

Return a union member type by index.

Private Methods

Méthode Description
ChoiceType ( List members ) : System

Private constructor. Create methods should be used to create instances.

Method Details

Create() public static méthode

Create choice containing the specified list of types.
public static Create ( List members ) : XmlQueryType
members List
Résultat XmlQueryType

Create() public static méthode

Create choice between node kinds.
public static Create ( XmlNodeKindFlags nodeKinds ) : XmlQueryType
nodeKinds XmlNodeKindFlags
Résultat XmlQueryType

this() public méthode

Return a union member type by index.
public this ( int index ) : XmlQueryType
index int
Résultat XmlQueryType

Property Details

None public_oe static_oe property

public static XmlQueryType None
Résultat XmlQueryType