[This is preliminary documentation and is subject to change.]
Inserting is not allowed.

Declaration Syntax
public void Insert(
int index,
T item
)
Public Sub Insert ( _
index As Integer, _
item As T _
)
public:
virtual void Insert(
int index,
T item
) sealed

Parameters
- index (Int32)
- Where to insert
- item (T)
- What to insert
Assembly:
sorm (Module: sorm) Version: 1.0.0.13068