Gets the entity at the specified index.

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.Data.Core (in DlhSoft.Data.Core.dll)

Syntax

C#
public Entity this[
	int index
] { get; }
Visual Basic (Declaration)
Public ReadOnly Default Property Item ( _
	index As Integer _
) As Entity

Parameters

index
Type: System..::.Int32
The zero-based index of the entity to get.

Return Value

The entity at the specified index.

See Also