System.Xml.Xsl.Xslt.LoopFocus.GetLast C# (CSharp) 메소드

GetLast() 공개 메소드

public GetLast ( ) : QilNode
리턴 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;
        }