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。