Skip to main content

MemberDeclarationListInfo.Item[Int32] Indexer

Containing Type: MemberDeclarationListInfo

Assembly: Roslynator.CSharp.dll

Gets the member at the specified index in the list.

public Microsoft.CodeAnalysis.CSharp.Syntax.MemberDeclarationSyntax this[int index] { get; }

Parameters

index Int32

The zero-based index of the member to get.

Property Value

MemberDeclarationSyntax

The member at the specified index in the list.

Implements