Click or drag to resize

EntityViewBaseTEntityIListItem Property

Indexer via IList. Setter isn't supported, getter returns the typed indexer's value.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.12.0.0 (5.12.0)
Syntax
Object IList.this[
	int index
] { get; set; }

Parameters

index
Type: SystemInt32

Return Value

Type: Object

Implements

IListItemInt32
See Also