バージョン

Contains メソッド (SafeDictionary<TKey,TValue>)

ディクショナリに特定の項目が含まれているかどうかをチェックします。
シンタックス
'宣言
 
Public Function Contains( _
   ByVal item As System.Collections.Generic.KeyValuePair(Of TKey,TValue) _
) As System.Boolean
public System.bool Contains( 
   System.Collections.Generic.KeyValuePair<TKey,TValue> item
)

パラメータ

item
参照

オンラインで表示: GitHub