'宣言
Public Function Contains( _ ByVal bag As ICoreContextBag _ ) As Boolean
public bool Contains( ICoreContextBag bag )
パラメータ
- bag
- コレクションで検索するICoreContextBag。
戻り値の型
コレクションに指定されたバッグが含まれている場合はtrue。それ以外の場合はfalse。
'宣言
Public Function Contains( _ ByVal bag As ICoreContextBag _ ) As Boolean
public bool Contains( ICoreContextBag bag )