SimpleORM.NET
Insert Method (index, item)
NamespacesSormObjectList<(Of <(T>)>)Insert(Int32, T)

[This is preliminary documentation and is subject to change.]

Inserting is not allowed.
Declaration Syntax
C#Visual BasicVisual C++
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