List<(Of <(<'T>)>)>..::..Insert Method
Inserts an element into the List<(Of <(<'T>)>)> at the specified index.
Namespace:
System.Collections.GenericAssembly: Bridge (in Bridge.dll)
Syntax
Parameters
- index
- Type: System..::..Int32
The zero-based index at which item should be inserted.
- item
- Type: T
The object to insert. The value can be null for reference types.
Exceptions
Exception | Condition |
---|---|
System..::..ArgumentOutOfRangeException | index is less than 0.-or-index is greater than Count. |