 | 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)
SyntaxT this[
int index
] { get; }
ReadOnly Default Property Item (
index As Integer
) As T
Get
Parameters
- index
- Type: SystemInt32
item index
Return Value
Type:
TThe entity at the specified index
See Also