System.Xml.Xsl.Qil.QilUnary.QilUnary C# (CSharp) 메소드

QilUnary() 공개 메소드

Construct a new node
public QilUnary ( QilNodeType nodeType, QilNode child ) : System
nodeType QilNodeType
child QilNode
리턴 System
        public QilUnary(QilNodeType nodeType, QilNode child) : base(nodeType) {
            this.child = child;
        }