Method FillMembers
- Namespace
- Alternet.Syntax.Parsers.TypeScript.CodeCompletion
- Assembly
- Alternet.Syntax.Parsers.TypeScript.v9.dll
FillMembers(IEnumerable<CompletionEntry>, IListMembers, Point, out int)
Fills a provider with the members, providing available choices for the specified language element.
public virtual void FillMembers(IEnumerable<CompletionEntry> completions, IListMembers members, Point position, out int selectedIndex)
Parameters
completions
IEnumerable<CompletionEntry>Set of completions that is source of language elements.
members
IListMembersSpecifies provider to fill with available members.
position
PointSpecifies position of language element in the text.
selectedIndex
intRetrieves index of selected list member