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

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

Public Methods

Method 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

Method Description
XmlILConstructInfo ( QilNodeType nodeType ) : System

Default to worst possible construction information.

Method Details

Read() public static method

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

ToString() public method

Return string representation of this annotation.
public ToString ( ) : string
return string

Write() public static method

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