pmMDA.NET

SortedArray Members

SortedArray overview

Public Instance Constructors

SortedArray Overloaded. Initializes a new instance of the SortedArray class.

Public Instance Properties

Count Gets the number of items contained in this list.
IsFixedSize Gets whether this list has a fixed size.
IsReadOnly Gets whether this list is read-only.
IsSynchronized Gets whether the access to this list is synchronized (thread-safe).
Item Gets or replaces the item at a specified index.
SyncRoot Gets an object that can be used to synchronize the access to this list.

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