Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
返回给定名称的参数在集合中的索引。
Public Function IndexOf(ByVal parameterName As String) As Integer
public int IndexOf(string parameterName)
parameterName 要查找的参数的名称。
该参数的索引,或者,如果没有任何参数具有给定的名称,则返回 -1。