Inserts an element into the Collection<(Of <(<'T>)>)> at the specified
            index.
            
Namespace: SharpAssembler.CoreAssembly: SharpAssembler Core (in SharpAssembler Core.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntax
| C# | 
|---|
| protected override sealed void InsertItem( int index, Section item ) | 
| Visual Basic | 
|---|
| Protected Overrides NotOverridable Sub InsertItem ( _ index As Integer, _ item As Section _ ) | 
| Visual C++ | 
|---|
| protected: virtual void InsertItem( int index, Section^ item ) override sealed | 
Parameters
- index
- Type: System..::..Int32
 The zero-based index at which item should be inserted.
- item
- Type: SharpAssembler.Core..::..Section
 The object to insert.





