Foley .NET Utilities Class Library | |
LinkedList.Item Property
Gets or sets the Object at the specified
index. In C#, this property is
the indexer for the LinkedList class.
[Visual Basic]Overrides Public Default Property Item( _
ByVal
index As
Integer _
) Implements _
IList.Item As
Object Implements _
IList.Item
[C#]public
object this[
int index] {override get; override 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
LinkedList Class | LinkedList Members | Foley.Utilities.Collections Namespace