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

LoopFocus() 공개 메소드

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