AGS.CScript.Compiler.Preprocessor.GetNextWord C# (CSharp) Method

GetNextWord() private method

private GetNextWord ( string &text ) : string
text string
return string
        private string GetNextWord(ref string text)
        {
            return GetNextWord(ref text, true, false);
        }

Same methods

Preprocessor::GetNextWord ( string &text, bool trimText, bool includeDots ) : string