Method GetRecommendedSymbols
- Assembly
- Alternet.Scripter.Debugger.Common.v10.dll
GetRecommendedSymbols(string, int, bool)
When implemented by a class, gets a List of Symbol objects suitable to specified parameters.
IEnumerable<Symbol> GetRecommendedSymbols(string expressionToEvaluate, int positionInExpression, bool excludeKeywords)
Parameters
expressionToEvaluatestringExpression to evaluate.
positionInExpressionintPosition inside expression to find out proper symbols.
excludeKeywordsboolIndicates whether reserved words should be exclude from the evaluation.
Returns
- IEnumerable<Symbol>
List of symbols belongs to the specified position within expression to evaluate.