Sparkline for UWP
Remove(Int32) メソッド

C1.UWP アセンブリ > C1.Xaml 名前空間 > C1OrderedSet クラス > Remove メソッド : 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.Collections.Generic.ICollection`1プロパティは読み取り専用です。
参照

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