[]
Defines methods to manipulate ordered sets.
public interface IOrderedSet<T> : ICollection<T>, IEnumerable<T>, IEnumerable
Name | Description |
---|---|
T | The type of the elements in the collection. |
Name | Description |
---|---|
this[int] | Gets the item at the specified index. |
Name | Description |
---|---|
AddRange(T, T) | Adds a range of elements. |
RemoveRange(T, T) | Removes a range of elements. |