BoundsCheckableList1.Contains

BoundsCheckableList<T>.Contains metodu

Bir öğenin System.Collections.Generic.List içinde olup olmadığını belirler.

public bool Contains(T item)
ParametreTürAçıklama
itemTSystem.Collections.Generic.List içinde bulunacak nesne. Değer, referans türleri için null olabilir.

Dönüş Değeri

item System.Collections.Generic.List içinde bulunursa true; aksi takdirde false.

Ayrıca Bakınız