Skip to content

17dc0b72 ba88 b43f 6354 42e25a04d0dc

Fernando Garcia edited this page May 8, 2018 · 1 revision

BaseSimpleModelCollection(TItem, TParent).Insert Method

Additional header content

Inserts an item to the BaseSimpleModelCollection(TItem, TParent) at the specified index.

Namespace: iTin.Export.Model
Assembly: iTin.Export.Core (in iTin.Export.Core.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public void Insert(
	int index,
	TItem item
)

VB

Public Sub Insert ( 
	index As Integer,
	item As TItem
)

Parameters

 

index
Type: System.Int32
The zero-based index at which item should be inserted.
item
Type: TItem
The object to insert. The value can be null for reference types.

Implements

IList(T).Insert(Int32, T)

Exceptions

 

Exception Condition
ArgumentOutOfRangeException index is less than 0 - or - index is greater than Count.

Remarks

[Missing documentation for "M:iTin.Export.Model.BaseSimpleModelCollection2.Insert(System.Int32,0)"]

See Also

Reference

BaseSimpleModelCollection(TItem, TParent) Class
iTin.Export.Model Namespace

Clone this wiki locally