ComponentOne Studio for 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 プロパティは読み取り専用です。
参照

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

 

 


Copyright © GrapeCity inc. All rights reserved.