Skip to content

b8d3bc5d f312 1b52 8903 5e4502dca58b

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

BaseSimpleModelCollection(TItem, TParent).RemoveAt Method

Additional header content

Removes the element at the specified index of the BaseSimpleModelCollection(TItem, TParent).

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 RemoveAt(
	int index
)

VB

Public Sub RemoveAt ( 
	index As Integer
)

Parameters

 

index
Type: System.Int32
The zero-based index of the element to remove.

Implements

IList(T).RemoveAt(Int32)

Exceptions

 

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

Remarks

[Missing documentation for "M:iTin.Export.Model.BaseSimpleModelCollection`2.RemoveAt(System.Int32)"]

See Also

Reference

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

Clone this wiki locally