Foley .NET Utilities Class Library | |
List2Base.Item Property
Gets or sets the Object at the specified
index. In C#, this property is the indexer for
the list.
[Visual Basic]MustOverride Public Default Property Item( _
ByVal
index As
Integer _
) Implements _
IList.Item As
Object Implements _
IList.Item
[C#]public
object this[
int index] {abstract get; abstract set;}
Parameters
- index
-
The zero-based index of the element to get or set.
Property Value
The element at the specified index.
Implements
IList.Item
See Also
List2Base Class | List2Base Members | Foley.Utilities.Collections Namespace