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 ICodeSnippetMember objects stored in the collection.

ICodeSnippetMember this[int index] { get; }

Parameters

index int

Property Value

ICodeSnippetMember