SyntaxNodeCollection1.Contains

SyntaxNodeCollection<T>.Contains method

Bepaalt of het gegeven item bestaat in de verzameling.

public bool Contains(T item)
ParameterTypeBeschrijving
itemTHet item om naar te zoeken.

Winstwaarde

Waar als het item in de collectie bestaat; anders, vals.

Zie ook