SyntaxNodeCollection-1.Item

SyntaxNodeCollection<T> indexer

Gets or sets the value at the given index.

public T this[int index] { get; set; }
ParameterDescription
indexThe index of the value to get.

Return Value

The value at the given index.

See Also