Table of Contents

Method GetRecommendedSymbols

Namespace
Alternet.Scripter.Debugger.ExpressionEvaluation.CodeCompletion
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 string

Expression to evaluate.

positionInExpression int

Position inside expression to find out proper symbols.

excludeKeywords bool

Indicates whether reserved words should be excluded from the evaluation.

Returns

IEnumerable<Symbol>

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