Метод | Описание | |
---|---|---|
ArgumentCompleter ( |
||
CommandCompleter ( string text ) : string[] | ||
Complete ( string text, int start ) : |
||
Completer ( |
||
FilenameCompleter ( string text ) : string[] | ||
NoopCompleter ( string text ) : string[] | ||
StringsCompleter ( string haystack, string text ) : string[] | ||
SymbolCompleter ( |
Метод | Описание | |
---|---|---|
ComputeMCP ( List |
public ArgumentCompleter ( |
||
t | ||
text | string | |
Результат | string[] |
public CommandCompleter ( string text ) : string[] | ||
text | string | |
Результат | string[] |
public Complete ( string text, int start ) : |
||
text | string | |
start | int | |
Результат |
public Completer ( |
||
engine | ||
Результат | System |
public FilenameCompleter ( string text ) : string[] | ||
text | string | |
Результат | string[] |
public NoopCompleter ( string text ) : string[] | ||
text | string | |
Результат | string[] |
public StringsCompleter ( string haystack, string text ) : string[] | ||
haystack | string | |
text | string | |
Результат | string[] |
public SymbolCompleter ( |
||
context | ||
text | string | |
Результат | string[] |