System.Xml.Xsl.Xslt.LoopFocus.GetLast C# (CSharp) Method

GetLast() public method

public GetLast ( ) : QilNode
return QilNode
        public QilNode GetLast() {
            if (last == null) {
                // Create a let that will be fixed up later in ConstructLoop or by LastFixupVisitor
                last = f.Let(f.Double(0));
            }
            return last;
        }