Share via


ReadOnlyDictionary45<TKey,TValue>.KeyCollection.ICollection<TKey>.Remove メソッド

定義

bool ICollection<TKey>.Remove (TKey item);
abstract member System.Collections.Generic.ICollection<TKey>.Remove : 'Key -> bool
override this.System.Collections.Generic.ICollection<TKey>.Remove : 'Key -> bool
Function Remove (item As TKey) As Boolean Implements ICollection(Of TKey).Remove

パラメーター

item
TKey

戻り値

実装

適用対象