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

LoopFocus() public method

public LoopFocus ( XPathQilFactory f ) : System.Collections.Generic
f System.Xml.Xsl.XPath.XPathQilFactory
return System.Collections.Generic
        public LoopFocus(XPathQilFactory f) {
            this.f = f;
            current = cached = last = null;
        }