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

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

공개 메소드들

메소드 설명
QilUnary ( QilNodeType nodeType, QilNode child ) : System

Construct a new node

this ( int index ) : QilNode

메소드 상세

QilUnary() 공개 메소드

Construct a new node
public QilUnary ( QilNodeType nodeType, QilNode child ) : System
nodeType QilNodeType
child QilNode
리턴 System

this() 공개 메소드

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