Skip to content

b3e389af 21e0 0e26 8fd6 d59b8a31f18b

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

BaseSimpleModelCollection(TItem, TParent).Item Property

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)

Syntax

C#

public TItem this[
	int index
] { get; set; }

VB

Public Default Property Item ( 
	index As Integer
) As TItem
	Get
	Set

Parameters

 

index
Type: System.Int32
Zero-based index of the element to get or set.

Property Value

Type: TItem
Item at the specified index.

Return Value

Type: TItem
the value

Implements

IList(T).Item(Int32)

Exceptions

 

Exception Condition
ArgumentOutOfRangeException index is not a valid index for BaseSimpleModelCollection(TItem, TParent).
NotSupportedException The property is set and BaseSimpleModelCollection(TItem, TParent) is readonly.

Remarks

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

See Also

Reference

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

Clone this wiki locally