Table of Contents

Property this

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

this[int]

Provides an indexed access to CodeActionItem objects stored in the collection.

public ICodeActionItem this[int index] { get; set; }

Parameters

index int

Property Value

ICodeActionItem