Implemented interface member:
method
Contains
System.Collections.Generic.ICollection<T>.Contains(T)
1 reference to Contains
System.Collections (1)
System\Collections\Generic\OrderedDictionary.cs (1)
1469bool IList.Contains(object? value) => value is TKey key && Contains(key);