dotnetCHARTING Send comments on this topic.
Insert Method
See Also 
dotnetCHARTING Namespace > ParameterCollection Class : Insert Method


index
The zero-based index into the collection at which to insert the Parameter.
_Parameter
The Parameter to insert into this collection.
Inserts a Parameter into this collection at a specified index.

Syntax

Visual Basic (Declaration) 
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal _Parameter As Parameter _
) 
Visual Basic (Usage)Copy Code
Dim instance As ParameterCollection
Dim index As Integer
Dim _Parameter As Parameter
 
instance.Insert(index, _Parameter)
C# 
public void Insert( 
   int index,
   Parameter _Parameter
)

Parameters

index
The zero-based index into the collection at which to insert the Parameter.
_Parameter
The Parameter to insert into this collection.

See Also

© 2010 All Rights Reserved.