LexicalAnalysis.FSAChar.RetrieveRaw C# (CSharp) Method

RetrieveRaw() public method

public RetrieveRaw ( ) : String
return String
        public String RetrieveRaw() {
            return this._scanned.Substring(0, this._scanned.Length - 1);
        }