System.Xml.Xsl.Xslt.LoopFocus.LoopFocus C# (CSharp) Méthode

LoopFocus() public méthode

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