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 の 0 から始まるインデックス。パラメーターが見つからない場合は -1。
InvalidCastException 指定される値は ULParameter である必要があります。