Table of Contents

Method FillParameterInfo

Namespace
Alternet.Syntax.Parsers.TypeScript.CodeCompletion
Assembly
Alternet.Syntax.Parsers.TypeScript.v9.dll

FillParameterInfo(SignatureHelpItems, IListMembers, Point)

Fills a provider with the parameter info members.

public virtual void FillParameterInfo(SignatureHelpItems helpItems, IListMembers members, Point position)

Parameters

helpItems SignatureHelpItems

Source of the parameter information.

members IListMembers

Specifies provider to fill with available members.

position Point

Specifies position of language element in the text.