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

Private Function System.Collections.Generic.ICollection<TValue>.Remove ( _ item As TValue _ ) As Boolean Implements ICollection(Of TValue).Remove
Dim instance As ValueCollection Dim item As TValue Dim returnValue As Boolean returnValue = CType(instance, ICollection(Of TValue)).Remove(item)
private: virtual bool System.Collections.Generic.ICollection<TValue>.Remove ( TValue item ) sealed = ICollection<TValue>::Remove
戻り値
item が ICollection から正常に削除される場合は true。それ以外の場合は false。このメソッドは、item が ICollection に見つからない場合にも false を返します。


オブジェクトが等しいかどうかを判断する方法で実装が異なります。たとえば、List では Comparer.Default が使用されます。また、SortedDictionary では、IComparer 実装をキーの比較に使うかどうかをユーザーが指定できます。

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.ValueCollection ジェネリック クラス
SortedDictionary.ValueCollection メンバ
System.Collections.Generic 名前空間
ICollection.IsReadOnly プロパティ
- SortedDictionary.ValueCollection.System.Collections.Generic.ICollection<TValue>.Remove メソッドのページへのリンク