SyntaxNodeCollection-1.Insert

SyntaxNodeCollection<T>.Insert method

Inserts the given item at the specified index.

public void Insert(int index, T item)
ParameterTypeDescription
indexInt32The index to insert the item.
itemTThe item to insert.

See Also