System.Xml.Xsl.Xslt.FunctionFocus.GetCurrent C# (CSharp) Method

GetCurrent() public method

public GetCurrent ( ) : QilNode
return QilNode
        public QilNode GetCurrent() {
            Debug.Assert(this.current != null, "Naked current() is not expected in this function");
            return this.current;
        }