Method GetRecommendedSymbols
- Assembly
- Alternet.Scripter.Debugger.v9.dll
GetRecommendedSymbols(string, int, bool)
Gets a List of Symbol
objects suitable to specified parameters.
public IEnumerable<Symbol> GetRecommendedSymbols(string expressionToEvaluate, int positionInExpression, bool excludeKeywords)
Parameters
expressionToEvaluate
stringExpression to evaluate.
positionInExpression
intPosition inside expression to find out proper symbols.
excludeKeywords
boolIndicates whether reserved words should be excluded from the evaluation.
Returns
- IEnumerable<Symbol>
List of symbols belongs to the specified position within expression to evaluate.