ParameterCollection.Contains(String) メソッド

定義

[contains] [the specified name] かどうかを判断します。

public:
 bool Contains(System::String ^ name);
public bool Contains (string name);
override this.Contains : string -> bool
Public Function Contains (name As String) As Boolean

パラメーター

name
String

名前。

戻り値

true [contains] [the specified name];それ以外の場合は false

適用対象