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>.

반품

있으면 , 그렇지 않으면 .입니다.

구현

적용 대상