 | 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)
SyntaxIReadOnlyEntity this[
int index
] { get; }
ReadOnly Default Property Item (
index As Integer
) As IReadOnlyEntity
Get
Parameters
- index
- Type: System.Int32
item index
Property Value
Type:
IReadOnlyEntityThe entity to set at the speicifed index
See Also