iBATIS.NET Class Library DataMapper V1.6.1, DataAccess V1.9.1

LazyListGeneric<T>.Item Property

Gets or sets the object at the specified index.

[Visual Basic]
NotOverridable Public Default Property Item( _
   ByVal Int32 As Integer _
) _
    Implements IList`1.
 As  _
    Implements IList`1.
[C#]
public LazyListGeneric<T>.T this[
   Int32 index
] {get; set;}

Property Value

Implements

IList`1.

See Also

LazyListGeneric<T> Class | IBatisNet.DataMapper.Proxy Namespace