Tipic Instant Messaging Platform - Programmer's Reference Guide

LinkedList Properties

The properties of the LinkedList class are listed below. For a complete list of LinkedList class members, see the LinkedList Members topic.

Public Instance Properties

Comparator The object to use for comparisons.
Count How many elements in the list?
IsFixedSize Always returns "false" for now. TODO: implement fixed size
IsReadOnly Is the list read-only?
IsSynchronized Is the list thread-safe? TODO: implement thread-safe
Item Walk the list to get the index'th element
SyncRoot The object to synchronize on. TODO: implement settable SyncRoot

See Also

LinkedList Class | bedrock.collections Namespace