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 オブジェクトである必要があります。