Table of Contents

Interface IParameterInfoProvider

Namespace
Alternet.Scripter.Debugger.ExpressionEvaluation.CodeCompletion
Assembly
Alternet.Scripter.Debugger.Common.v9.dll

Represents methods to provide data related to ParameterInfo.

public interface IParameterInfoProvider

Methods

GetFormattedParameterInfoSymbolString(ParameterInfo, int)

When implemented by a class, returns formatted string corresponding to the specified ParameterInfo.

GetParameterInfo(string, int)

When implemented by a class, returns ParameterInfo for specified expression.