Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
返回 ULParameter 在集合中的位置。
Public Overrides Function IndexOf(ByVal value As Object) As Integer
public override int IndexOf(object value)
value 要查找的 ULParameter 对象。
集合中 ULParameter 的从零开始索引;如果没有找到此参数,则返回 -1。
InvalidCastException 指定的值必须为 ULParameter。