System.Xml.Xsl.Qil.QilUnary.QilUnary C# (CSharp) Method

QilUnary() public method

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