Gets the entity at the specified index from the internal entity collection.

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

Syntax

C#
public Entity GetEntityAt(
	int index
)
Visual Basic (Declaration)
Public Function GetEntityAt ( _
	index As Integer _
) As Entity

Parameters

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

Return Value

The entity at the specified index from the internal entity collection.

See Also