SortedDictionary<TKey,TValue>.KeyCollection.Contains(TKey) 메서드

정의

ICollection<T>에 특정 값이 들어 있는지 여부를 확인합니다.

public:
 virtual bool Contains(TKey item);
public bool Contains (TKey item);
abstract member Contains : 'Key -> bool
override this.Contains : 'Key -> bool
Public Function Contains (item As TKey) As Boolean

매개 변수

item
TKey

ICollection<T>에서 찾을 개체입니다.

반환

trueitem에 있으면 ICollection<T>이고, 그렇지 않으면 false입니다.

구현

적용 대상