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;
        }