InsertRange Method (C1Stack)
In This Topic
Syntax
'Declaration
Public Overridable Sub InsertRange( _
ByVal As System.Integer, _
ByVal As System.Collections.ICollection _
)
public virtual void InsertRange(
System.int ,
System.Collections.ICollection
)
Parameters
- index
- c
See Also