Item[Int32] Property

Definition

Namespace Tomlyn.Syntax
Assembly Tomlyn.dll

Gets the message at the specified index.

public DiagnosticMessage this[int index] { get; }

Parameters

index
Int32

Index of the message.

Returns

DiagnosticMessage
A diagnostic message.