Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
指定した名前のパラメーターがコレクションに含まれているかどうかをチェックします。
Public Function Contains(ByVal parameterName As String) As Boolean
public bool Contains(string parameterName)
parameterName 確認するパラメーターの名前
このコレクションに指定したパラメーターが含まれる場合は true、そうでない場合は false