バージョン

Remove(KeyValuePair<TKey,TValue>) メソッド

指定したキーを持つ値をディクショナリから削除します。
シンタックス
'宣言
 
Public Overloads Function Remove( _
   ByVal item As System.Collections.Generic.KeyValuePair(Of TKey,TValue) _
) As System.Boolean
public System.bool Remove( 
   System.Collections.Generic.KeyValuePair<TKey,TValue> item
)

パラメータ

item
参照

オンラインで表示: GitHub