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