SyntaxNodeCollection-1.Add

SyntaxNodeCollection.Add method

Adds the given item to the collection.

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

See Also