Basic Library for UWP/WinRT XAML
Remove(Int32) メソッド

System.Collections.Generic.ICollection`1 から削除するオブジェクト。
最初に見つかった特定のオブジェクトを System.Collections.Generic.ICollection`1 から削除します。
構文
'宣言
 
Public Overloads Function Remove( _
   ByVal item As System.Integer _
) As System.Boolean
public System.bool Remove( 
   System.int item
)

パラメータ

item
System.Collections.Generic.ICollection`1 から削除するオブジェクト。

戻り値の型

System.Collections.Generic.ICollection`1 から item が正常に削除された場合は true、そうでない場合は false。このメソッドは、元の System.Collections.Generic.ICollection`1item が見つからなかった場合にも false を返します。
例外
例外解説
System.NotSupportedExceptionSystem.Collections.Generic.ICollection`1 プロパティは読み取り専用です。
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

関連項目

C1OrderedSet クラス
C1OrderedSet メンバ
オーバーロード一覧

Send Feedback