Basic Library for UWP/WinRT XAML
Contains メソッド (C1OrderedSet)

System.Collections.Generic.ICollection`1 内で検索するオブジェクト。
System.Collections.Generic.ICollection`1 に特定の値が含まれるかどうかを判定します。
構文
'宣言
 
Public Function Contains( _
   ByVal item As System.Integer _
) As System.Boolean
public System.bool Contains( 
   System.int item
)

パラメータ

item
System.Collections.Generic.ICollection`1 内で検索するオブジェクト。

戻り値の型

System.Collections.Generic.ICollection`1 内で item が見つかった場合は true、そうでない場合は false。
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