Table of Contents

Method GetRecommendedSymbols

Namespace
Alternet.Scripter.Debugger.ExpressionEvaluation.CodeCompletion
Assembly
Alternet.Scripter.Debugger.Common.v9.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

expressionToEvaluate string

Expression to evaluate.

positionInExpression int

Position inside expression to find out proper symbols.

excludeKeywords bool

Indicates whether reserved words should be exclude from the evaluation.

Returns

IEnumerable<Symbol>

List of symbols belongs to the specified position within expression to evaluate.