Table of Contents

Class SignatureHelpItems

Namespace
Alternet.Common.TypeScript.Types
Assembly
Alternet.Common.TypeScript.v9.dll

Represents parameter signature for a list of methods.

public class SignatureHelpItems
Inheritance
SignatureHelpItems

Constructors

SignatureHelpItems(IEnumerable<SignatureHelpItem>, TextSpan, int, int, int)

Creates a SignatureHelpItems with specified parameters.

Properties

ApplicableSpan

Specifies a span where method signature should be displayed.

ArgumentCount

Specifies number of arguments in the method.

ArgumentIndex

Specifies index of current argument in the method.

Items

List of available method signatures.

SelectedItemIndex

Specifies selected item in the items collection.