Gets the element at the specified index.
Namespace:
C1.Data.DataSourceAssembly: C1.Data.Entity (in C1.Data.Entity.dll)
Syntax
C# |
---|
public Object this[ int index ] { get; } |
Visual Basic |
---|
Public ReadOnly Default Property Item ( _ index As Integer _ ) As Object Get |
Parameters
- index
- Type: System..::..Int32
The zero-based index of the element to get.