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 对象。