C# Class System.Xml.Xsl.Qil.QilTargetType

View over a Qil operator having two children, the second of which is a literal type.
Don't construct QIL nodes directly; instead, use the QilFactory.
Inheritance: QilBinary
ファイルを表示 Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
QilTargetType ( QilNodeType nodeType, QilNode expr, QilNode targetType ) : System

Construct a new node

Method Details

QilTargetType() public method

Construct a new node
public QilTargetType ( QilNodeType nodeType, QilNode expr, QilNode targetType ) : System
nodeType QilNodeType
expr QilNode
targetType QilNode
return System