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

QilList() public method

Construct a new (empty) QilList
public QilList ( QilNodeType nodeType ) : System
nodeType QilNodeType
return System
        public QilList(QilNodeType nodeType) : base(nodeType) {
            this.members = new QilNode[4];
            this.xmlType = null;
        }