pmMDA.NET

LinkedCollection Methods

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

Public Instance Methods

Add Adds an o to the end of this linked collection.
AddAll Adds all items of the c to this linked collection.
Clear Removes all items from this linked collection.
Clone 
Contains Returns whether this linked collection contains the o.
CopyTo Copies the items of this collection to an array, starting at a particular Array index.
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetEnumerator Returns an enumerator that can iterate through this linked collection.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetNext Gets the item which follows the previous item.
GetRange Gets a range of items within this collection.
GetType (inherited from Object) Gets the Type of the current instance.
IsLast Returns whether the o is the last item in this collection.
Remove Removes an o from this linked collection,
RemoveAll Removes all items of a c from this linked collection.
RemoveRange Removes a range of items from this linked collection.
ToString (inherited from Object) Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

LinkedCollection Class | PmMda.Net.Dog.Paging Namespace