Interface IParameterInfoProvider
- Assembly
- Alternet.Scripter.Debugger.Common.v10.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
ParameterInfofor specified expression.