SyntaxNodeCollection-1.Remove

SyntaxNodeCollection.Remove method

Removes the item from the collection.

public bool Remove(T item)
ParameterTypeDescription
itemTThe item to remove.

Return Value

True if the item was found and removed; otherwise, false.

See Also