Class CorrectionsSuggester
- Namespace
- BenchmarkDotNet.ConsoleArguments
- Assembly
- BenchmarkDotNet.dll
public class CorrectionsSuggester
- Inheritance
-
CorrectionsSuggester
Constructors
CorrectionsSuggester(IReadOnlyList<Type>)
public CorrectionsSuggester(IReadOnlyList<Type> types)
Parameters
typesIReadOnlyList<Type>
Methods
GetAllBenchmarkNames()
public string[] GetAllBenchmarkNames()
Returns
- string[]
SuggestFor(string)
public string[] SuggestFor(string userInput)
Parameters
userInputstring
Returns
- string[]