Public Methods (see also Protected Methods)
Name | Description | |
---|---|---|
Add | (Inherited from SortedList) | |
Clear | (Inherited from SortedList) | |
ContainsKey | (Inherited from SortedList) | |
ContainsValue | (Inherited from SortedList) | |
Equals | Overloaded. (Inherited from Object) | |
GetEnumerator | (Inherited from SortedList) | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
IndexOfKey | (Inherited from SortedList) | |
IndexOfValue | (Inherited from SortedList) | |
ReferenceEquals | (Inherited from Object) | |
Remove | (Inherited from SortedList) | |
RemoveAt | (Inherited from SortedList) | |
ToString | (Inherited from Object) | |
TrimExcess | (Inherited from SortedList) | |
TryGetValue | (Inherited from SortedList) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
System.Collections.Generic.ICollection.Add | (Inherited from SortedList) | |
System.Collections.Generic.ICollection.Contains | (Inherited from SortedList) | |
System.Collections.Generic.ICollection.CopyTo | (Inherited from SortedList) | |
System.Collections.Generic.ICollection.Remove | (Inherited from SortedList) | |
System.Collections.Generic.IEnumerable.GetEnumerator | (Inherited from SortedList) | |
System.Collections.ICollection.CopyTo | (Inherited from SortedList) | |
System.Collections.IDictionary.Add | (Inherited from SortedList) | |
System.Collections.IDictionary.Contains | (Inherited from SortedList) | |
System.Collections.IDictionary.GetEnumerator | (Inherited from SortedList) | |
System.Collections.IDictionary.Remove | (Inherited from SortedList) | |
System.Collections.IEnumerable.GetEnumerator | (Inherited from SortedList) |
See Also
Copyright © 2008 by Microsoft Corporation. All rights reserved.