EntityViewBase<TEntity>.IList.Item Property |
Indexer via IList. Setter isn't supported, getter returns the typed indexer's value.
Namespace: SD.LLBLGen.Pro.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
SyntaxObject IList.this[
int index
] { get; set; }
Private Property Item (
index As Integer
) As Object Implements IList.Item
Get
Set
Parameters
- index
- Type: System.Int32
Return Value
Type:
ObjectImplements
IList.Item[Int32]
See Also