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

Implementation of XmlQueryType that modifies the cardinality of a composed type.
Inheritance: XmlQueryType
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0

Méthodes publiques

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

Méthodes publiques

Méthode Description
Create ( XmlQueryType prime, XmlQueryCardinality card ) : XmlQueryType

Create sequence type from prime and cardinality.

this ( int index ) : XmlQueryType

Return the parts of the prime type.

Private Methods

Méthode Description
SequenceType ( XmlQueryType prime, XmlQueryCardinality card ) : System

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

Method Details

Create() public static méthode

Create sequence type from prime and cardinality.
public static Create ( XmlQueryType prime, XmlQueryCardinality card ) : XmlQueryType
prime XmlQueryType
card XmlQueryCardinality
Résultat XmlQueryType

this() public méthode

Return the parts of the prime type.
public this ( int index ) : XmlQueryType
index int
Résultat XmlQueryType

Property Details

Zero public_oe static_oe property

public static XmlQueryType Zero
Résultat XmlQueryType