b8d3bc5d f312 1b52 8903 5e4502dca58b - iAJTin/iExportEngine GitHub Wiki
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)
C#
public void RemoveAt(
int index
)VB
Public Sub RemoveAt (
index As Integer
)
- index
- Type: System.Int32
The zero-based index of the element to remove.
IList(T).RemoveAt(Int32)
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | index is less than 0 - or - index is greater than Count. |
[Missing documentation for "M:iTin.Export.Model.BaseSimpleModelCollection`2.RemoveAt(System.Int32)"]
BaseSimpleModelCollection(TItem, TParent) Class
iTin.Export.Model Namespace