Generated by DocFX

Class Suggestions

Inheritance
System.Object
Suggestions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dotnet.Shell.Logic.Suggestions
Assembly: dotnet-shell-lib.dll
Syntax
public class Suggestions

Constructors

| Improve this Doc View Source

Suggestions(Shell)

Declaration
public Suggestions(Shell shell)
Parameters
Type Name Description
Shell shell

Methods

| Improve this Doc View Source

OnTabSuggestCmdAsync(ConsoleImproved, ConsoleKeyEx)

Declaration
public async Task<bool> OnTabSuggestCmdAsync(ConsoleImproved prompt, ConsoleKeyEx key)
Parameters
Type Name Description
ConsoleImproved prompt
ConsoleKeyEx key
Returns
Type Description
System.Threading.Tasks.Task<System.Boolean>