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 集合内要插入参数位置处的索引(从零开始)。
value 要插入的 ULParameter 对象。
IndexOutOfRangeException 索引无效。
ArgumentNullException 不能使用空值引用(在 Visual Basic 中为 Nothing)设置参数。
InvalidCastException 指定的值必须为 ULParameter。