Table of Contents

Property this

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

this[int]

When implemented by a class, provides an indexed access to ICodeActionItem objects stored in the collection.

ICodeActionItem this[int index] { get; }

Parameters

index int

Property Value

ICodeActionItem