SyntaxNodeCollection-1.Contains

SyntaxNodeCollection<T>.Contains method

Determines whether the given item exists in the collection.

public bool Contains(T item)
ParameterTypeDescription
itemTThe item to look for.

Return Value

True if the item exists in the collection; otherwise, false.

See Also