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

GetPosition() public method

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