pmMDA.NET

SortedArray Class

[This is preliminary documentation and subject to change.]

Sorted list which implements the IList interface.

For a list of all members of this type, see SortedArray Members.

System.Object
   PmMda.Net.Dog.Paging.SortedArray

[DefaultMember(MemberName="Item")]
public class SortedArray : IList, ICollection, IEnumerable

Remarks

This list sorts its items using a specified IComparer. An item can occur multiple time in the same sorted list.

Inserting an item at a specified index (Insert method) is not implemented.

Requirements

Namespace: PmMda.Net.Dog.Paging

Assembly: pmMDA.NET.Common (in pmMDA.NET.Common.dll)

See Also

SortedArray Members | PmMda.Net.Dog.Paging Namespace