Method ListMembers
ListMembers(CodeCompletionArgs, string, Point, IDictionary<string, string>)
Performs code completion as a list of members, for the specified text representing language element.
public virtual void ListMembers(CodeCompletionArgs e, string text, Point position, IDictionary<string, string> tokens)
Parameters
e
CodeCompletionArgsContains data for the code completion.
text
stringSpecifies source text.
position
PointSpecifies current position in text.
tokens
IDictionary<string, string>List of tokens (code completion results), valid for the current language element.