C# 클래스 System.Xml.Xsl.Qil.QilTernary

View over a Qil operator having three children.
Don't construct QIL nodes directly; instead, use the QilFactory.
상속: QilNode
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 메소드들

메소드 설명
QilTernary ( QilNodeType nodeType, QilNode left, QilNode center, QilNode right ) : System

Construct a new node

this ( int index ) : QilNode

메소드 상세

QilTernary() 공개 메소드

Construct a new node
public QilTernary ( QilNodeType nodeType, QilNode left, QilNode center, QilNode right ) : System
nodeType QilNodeType
left QilNode
center QilNode
right QilNode
리턴 System

this() 공개 메소드

public this ( int index ) : QilNode
index int
리턴 QilNode