バージョン

Contains メソッド (BulletProperties.BulletLevelPropertiesCollection)

指定のレベルの BulletLevelProperties がすでに作成されているかどうかを示すブール値を返します。
シンタックス
'宣言
 
Public Function Contains( _
   ByVal level As Integer _
) As Boolean
public bool Contains( 
   int level
)

パラメータ

level
テストするレベル。

戻り値の型

関連するインスタンスがこのコレクション内に存在する場合は True。
参照