 | IEntityCollectionBaseItem Property |
Get or set 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)
SyntaxIEntity this[
int index
] { get; set; }
Default Property Item (
index As Integer
) As IEntity
Get
Set
Parameters
- index
- Type: SystemInt32
item index
Property Value
Type:
IEntityThe entity to set at the specified index
Return Value
Type:
IEntityThe entity at the specified index
See Also