Skip to content

6ca01c41 d983 5a0d 75f5 2ded5cd86224

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

BaseComplexModelCollection(TItem, TParent, TSearch).Item Property (TSearch)

Additional header content

Gets or sets the element specified by value.

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[
	TSearch value
] { get; }

VB

Public ReadOnly Default Property Item ( 
	value As TSearch
) As TItem
	Get

Parameters

 

value
Type: TSearch
Zero-based index of the element to get or set.

Property Value

Type: TItem
Item

Return Value

Type: TItem
The value.

Remarks

[Missing documentation for "P:iTin.Export.Model.BaseComplexModelCollection3.Item(2)"]

See Also

Reference

BaseComplexModelCollection(TItem, TParent, TSearch) Class
Item Overload
iTin.Export.Model Namespace

Clone this wiki locally