SortedList (System.Collections.SortedList)

Inherits: System.Object

Interfaces: ICloneable, IEnumerable, ICollection, IDictionary

Derived Types: 0

Assembly: mscorlib.dll

Represents a collection of key-and-value pairs that are sorted by the keys and are accessible by key and by index.

VB.NET C#

VB.NET

Public Class SortedList
  Implements System.ICloneable, System.Collections.IEnumerable, System.Collections.ICollection, System.Collections.IDictionary
End Class

Articles

MBR IT/.NET 247 : System.Collections.SortedList Class [Articles]

System.Collections.SortedList Class: Information : Base Types : Related Resources: Represents a collection of key-and-value pairs that are sorted by the keys and are accessible by ...

.NET Framework Class Browser

.NET Framework Class Browser ... Class System.Collections.SortedList

Dictionary-Based Collections

The System.Collections.Generic.SortedList class is equivalent to the System.Collections.SortedList class. The System.Collections.Generic.SortedDictionary class is equivalent to the ...

Mono Documentation

Mono Class Library : System.Collections Namespace System.Collections.SortedList Class: Documentation for this section has not yet been entered. See Also: ...

Mono Documentation

The members of System.Collections.SortedList are listed below. See Also: Inherited members from System.Object [ ...

PrintJobCollection Class

Visual Basic] Public Class PrintJobCollection Inherits System.Collections.SortedList Implements IList, IDisposable [C#] public class PrintJobCollection

SortedList Class (System.Collections)

Represents a collection of key/value pairs that are sorted by the keys and are accessible by key and by index.

SortedList Class

Represents a collection of key-and-value pairs that are sorted by the keys and are accessible by key and by index. For a list of all members of this type, see SortedList Members

Custom .NET Training ASP.NET Training Silverlight Training LINQ Training IT Support