Click or drag to resize

IReadOnlyEntityCollectionTItem Property

Gets an entity by its index

Namespace:  EBP.Api.Interfaces.Entity
Assembly:  EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntax
T this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
item index

Return Value

Type: T
The entity at the specified index
See Also