NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

CaseInsensitiveSortedList Members

Public:

Constructor

CaseInsensitiveSortedList Constructor [To be supplied.]

Properties

Capacity (inherited from SortedList) Gets or sets the capacity of the SortedList.
Count (inherited from SortedList) Gets the current number of elements in the SortedList.
IsReadOnly (inherited from SortedList) Gets a value indicating whether the SortedList is read-only.
IsSynchronized (inherited from SortedList) Gets a value indicating whether access to the SortedList is synchronized (thread-safe).
Item (inherited from SortedList) Gets and sets the value associated with a specific key in the SortedList.

In C#, this member is the indexer for the CaseInsensitiveSortedList class.

Keys (inherited from SortedList) Gets the keys in the SortedList.
SyncRoot (inherited from SortedList) Gets an object that can be used to synchronize access to the SortedList.
Values (inherited from SortedList) Gets the values in the SortedList.

Methods

Add (inherited from SortedList) Adds an element with the specified key and value into the SortedList.
Clear (inherited from SortedList) Removes all elements from the SortedList.
Clone (inherited from SortedList) Creates a shallow copy of the SortedList.
Contains (inherited from SortedList) Determines if the SortedList contains a specific key.
ContainsKey (inherited from SortedList) Determines if the SortedList contains a specific key.
ContainsValue (inherited from SortedList) Determines if the SortedList contains a specific value.
CopyTo (inherited from SortedList) Copies the SortedList values into a one-dimensional Array instance at the specified index.
Equals (inherited from Object) Determines whether the specified Object is the same instance as the current Object. Subclasses are expected to override this method to support value equality (not reference equality).
GetByIndex (inherited from SortedList) Retrieves the value at the specified index of the SortedList.
GetEnumerator (inherited from SortedList) Returns an enumerator which can be used to iterate through the SortedList.
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.
GetKey (inherited from SortedList) Retrieves the key at the specified index of the SortedList.
GetKeyList (inherited from SortedList) Gets the keys in the SortedList.
GetType (inherited from Object) Gets the Type of the Object.
GetValueList (inherited from SortedList) Gets the values in the SortedList.
IndexOfKey (inherited from SortedList) Returns the index of the specified key in the SortedList.
IndexOfValue (inherited from SortedList) Returns the index of the first occurrence of the specified value in the SortedList.
Remove (inherited from SortedList) Removes the element with the specified key from SortedList.
RemoveAt (inherited from SortedList) Removes the element at the specified index of SortedList.
SetByIndex (inherited from SortedList) Saves the value at a specific index in the SortedList.
ToString (inherited from Object) Returns a String that represents the current Object.
TrimToSize (inherited from SortedList) Sets the capacity to the actual number of elements in the SortedList.

Protected:

Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by the Garbage Collector (GC). This method may be ignored by the runtime; therefore, necessary cleanup operations should be done elsewhere.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

CaseInsensitiveSortedList Class | System.Collections Namespace