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

StopFocus() public method

public StopFocus ( ) : void
return void
        public void StopFocus() {
            Debug.Assert(IsFocusSet, "Focus was not set");
            isSet = false;
            this.current = this.position = this.last = null;
        }
        public bool IsFocusSet {