Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
コレクション内の指定されたインデックス位置に ULParameter を挿入します。
Public Overrides Sub Insert( ByVal index As Integer, ByVal value As Object )
public override void Insert(int index, object value)
index コレクション内にパラメーターを挿入するロケーションの 0 から始まるインデックス。
value 挿入する ULParameter オブジェクト。
IndexOutOfRangeException インデックスは無効です。
ArgumentNullException null 参照 (Visual Basic の Nothing) を使用してパラメーターを設定することはできません。
InvalidCastException 指定される値は ULParameter である必要があります。