Click or drag to resize

IReadOnlyEntityCollectionBase.Item 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
IReadOnlyEntity this[
	int index
] { get; }

Parameters

index
Type: System.Int32
item index

Property Value

Type: IReadOnlyEntity
The entity to set at the speicifed index
See Also