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

Private Function System.Collections.Generic.ICollection<T>.Remove ( _ value As T _ ) As Boolean Implements ICollection(Of TKey).Remove
Dim instance As ReadOnlyCollection(Of T) Dim value As T Dim returnValue As Boolean returnValue = CType(instance, ICollection(Of TKey)).Remove(value)
private: virtual bool System.Collections.Generic.ICollection<T>.Remove ( T value ) sealed = ICollection<TKey>::Remove
戻り値
value が ICollection から正常に削除された場合は true。それ以外の場合は false。


Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


- ReadOnlyCollection.System.Collections.Generic.ICollection<T>.Remove メソッドのページへのリンク