pmMDA.NET

SortedArray Methods

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

Public Instance Methods

Add Adds an value to the end of this list.
Clear Removes all items from this sorted list.
Contains Determines whether this list contains a specified value.
CopyTo Copies the items of this list to an Array, starting at a specified 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 list.
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.
GetType (inherited from Object) Gets the Type of the current instance.
IndexOf Returns the zero-based index of the first occurrence of an value in this list.
Insert Not available in sorted lists!
Remove Removes the first occurrence of the specified value from this list.
RemoveAt Removes the item at the specified index.
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

SortedArray Class | PmMda.Net.Dog.Paging Namespace