b3e389af 21e0 0e26 8fd6 d59b8a31f18b - iAJTin/iExportEngine GitHub Wiki
Additional header content
Gets or sets the element 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)
C#
public TItem this[
int index
] { get; set; }VB
Public Default Property Item (
index As Integer
) As TItem
Get
Set
- index
- Type: System.Int32
Zero-based index of the element to get or set.
Type: TItem
Item at the specified index.
Type: TItem
the value
IList(T).Item(Int32)
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | index is not a valid index for BaseSimpleModelCollection(TItem, TParent). |
| NotSupportedException | The property is set and BaseSimpleModelCollection(TItem, TParent) is readonly. |
[Missing documentation for "P:iTin.Export.Model.BaseSimpleModelCollection`2.Item(System.Int32)"]
BaseSimpleModelCollection(TItem, TParent) Class
iTin.Export.Model Namespace