C# Class System.Xml.Xsl.IlGen.XmlILConstructInfo

Every node is annotated with information about how it will be constructed by ILGen.
Inheritance: IQilAnnotation
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Méthode Description
Read ( QilNode nd ) : XmlILConstructInfo

Get ConstructInfo annotation for the specified node. Lazily create if necessary.

ToString ( ) : string

Return string representation of this annotation.

Write ( QilNode nd ) : XmlILConstructInfo

Create and initialize XmlILConstructInfo annotation for the specified node.

Private Methods

Méthode Description
XmlILConstructInfo ( QilNodeType nodeType ) : System

Default to worst possible construction information.

Method Details

Read() public static méthode

Get ConstructInfo annotation for the specified node. Lazily create if necessary.
public static Read ( QilNode nd ) : XmlILConstructInfo
nd QilNode
Résultat XmlILConstructInfo

ToString() public méthode

Return string representation of this annotation.
public ToString ( ) : string
Résultat string

Write() public static méthode

Create and initialize XmlILConstructInfo annotation for the specified node.
public static Write ( QilNode nd ) : XmlILConstructInfo
nd QilNode
Résultat XmlILConstructInfo