SortedDictionary.System.Collections.Generic.ICollection>.Remove メソッド
アセンブリ: System (system.dll 内)

Private Function System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Remove ( _ keyValuePair As KeyValuePair(Of TKey, TValue) _ ) As Boolean Implements ICollection(Of KeyValuePair(Of TKey, TValue)).Remove
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))).Remove(keyValuePair)
private: virtual bool System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Remove ( KeyValuePair<TKey, TValue> keyValuePair ) sealed = ICollection<KeyValuePair<TKey, TValue>>::Remove
戻り値
keyValuePair が ICollection から正常に削除された場合は true。それ以外の場合は false。このメソッドは、keyValuePair が ICollection に見つからなかった場合にも 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 ジェネリック クラス
SortedDictionary メンバ
System.Collections.Generic 名前空間
ICollection.IsReadOnly プロパティ
- SortedDictionary.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Remove メソッドのページへのリンク