SyntaxNodeCollection-1.Get

SyntaxNodeCollection<T>.Get method

Gets the item at the given index.

public override T Get(int index)
ParameterTypeDescription
indexInt32The index of the item to get.

Return Value

The item at the given index.

See Also