SyntaxNodeCollection-1.Add

SyntaxNodeCollection<T>.Add method

Adds the given item to the collection.

public void Add(T item)
ParameterTypeDescription
itemTThe item of T type.

See Also