The following operations provides a convenient way to refer to a related group of items:
An item is added to the end of the LinkListCollection. | |
All items are removed from the LinkListCollection. | |
Returns the number of data items currently contained in the LinkListCollection. | |
Sets the index to the first item and returns the previous value. | |
Sets the index value and returns the previous value. | |
An item is added to the LinkListCollection at the specified position. | |
Returns the item at the position specified in the LinkListCollection. | |
Sets the index value to the last item and returns the previous value. | |
Returns the next item in the LinkListCollection. | |
Returns the previous item in the LinkListCollection. | |
Removes the item at the specified position from the LinkListCollection. | |
Replaces the item at the specified position with a new item in the LinkListCollection. | |
An item and key is added to the end of the PowerCollection. | |
Removes all items and keys from the PowerCollection. | |
Scans the PowerCollection for the specified key. | |
Returns the number of data items currently contained in the PowerCollection. | |
Returns the PowerCollection item specified by the Index number. | |
Sets the index to the first item and returns the previous value. | |
Sets the index value and returns the previous value. | |
Returns the item associated with the specified key in the PowerCollection. | |
Sets the index to the last item and returns the previous value. | |
Returns the next item in the PowerCollection. | |
Returns the previous item in the PowerCollection. | |
Removes the item associated with the specified key from the PowerCollection. | |
Replaces the item associated with the specified key with a new item. | |
The data items in the PowerCollection are sorted based upon the text in the associated keys. | |
All items are removed from the QueueCollection. | |
Returns the number of data items currently contained in the QueueCollection. | |
The item at the "oldest" position in the QueueCollection is returned. | |
The specified item is added to the QueueCollection at the "newest" position. | |
All items are removed from the StackCollection. | |
Returns the number of data items currently contained in the StackCollection. | |
The item at the "Stack-Top" (the item most recently added) is returned. | |
The specified item is added to the StackCollection at the "Stack-Top" position. |