[]
        
(Showing Draft Content)

C1.WPF.IOrderedSet-1

IOrderedSet<T> Interface

Defines methods to manipulate ordered sets.

Namespace: C1.WPF
Assembly: C1.WPF.4.6.2.dll
Syntax
public interface IOrderedSet<T> : ICollection<T>, IEnumerable<T>, IEnumerable
Type Parameters
Name Description
T

The type of the elements in the collection.

Properties

Name Description
this[int]

Gets the item at the specified index.

Methods

Name Description
AddRange(T, T)

Adds a range of elements.

RemoveRange(T, T)

Removes a range of elements.