Click or drag to resize

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)
Syntax
IEntity this[
	int index
] { get; set; }

Parameters

index
Type: SystemInt32
item index

Property Value

Type: IEntity
The entity to set at the specified index

Return Value

Type: IEntity
The entity at the specified index
See Also