SortedDictionary.System.Collections.Generic.ICollection>.Contains メソッド 
アセンブリ: System (system.dll 内)
 構文
構文Private Function System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Contains ( _ keyValuePair As KeyValuePair(Of TKey, TValue) _ ) As Boolean Implements ICollection(Of KeyValuePair(Of TKey, TValue)).Contains
Dim instance As SortedDictionary(Of TKey, TValue) Dim keyValuePair As KeyValuePair(Of TKey, TValue) Dim returnValue As Boolean returnValue = CType(instance, ICollection(Of KeyValuePair(Of TKey, TValue))).Contains(keyValuePair)
private: virtual bool System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Contains ( KeyValuePair<TKey, TValue> keyValuePair ) sealed = ICollection<KeyValuePair<TKey, TValue>>::Contains
戻り値
keyValuePair が ICollection に存在する場合は true。それ以外の場合は false。
 解説
解説 プラットフォーム
プラットフォームWindows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。
 バージョン情報
バージョン情報 参照
参照- SortedDictionary.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Contains メソッドのページへのリンク

 
                             
                    


