| Tipic Instant Messaging Platform - Programmer's Reference Guide |
|
LinkedList.Item Property
Walk the list to get the index'th element
[Visual Basic]
NotOverridable Public Default Property Item( _
ByVal
index As
Integer _
) _
As
Object _
[C#]
public
object this[
int index] {get; set;}
Implements
IList.Item
See Also
LinkedList Class | bedrock.collections Namespace