 | IFlatEntityCollectionTItem Property |
Gets or sets the element at the specified 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; set; }
Default Property Item (
index As Integer
) As T
Get
Set
Parameters
- index
- Type: SystemInt32
The zero-based index of the element to get or set.
Return Value
Type:
The element at the specified index.
See Also