C# 클래스 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.
상속: QilBinary
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 메소드들

메소드 설명
QilTargetType ( QilNodeType nodeType, QilNode expr, QilNode targetType ) : System

Construct a new node

메소드 상세

QilTargetType() 공개 메소드

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