Show / Hide Table of Contents

Interface IOrderedSet<T>

Defines an ordered Set

Inherited Members
IList<T>.IndexOf(T)
IList<T>.Insert(int, T)
IList<T>.RemoveAt(int)
IList<T>.this[int]
ISet<T>.Add(T)
ISet<T>.ExceptWith(IEnumerable<T>)
ISet<T>.IntersectWith(IEnumerable<T>)
ISet<T>.IsProperSubsetOf(IEnumerable<T>)
ISet<T>.IsProperSupersetOf(IEnumerable<T>)
ISet<T>.IsSubsetOf(IEnumerable<T>)
ISet<T>.IsSupersetOf(IEnumerable<T>)
ISet<T>.Overlaps(IEnumerable<T>)
ISet<T>.SetEquals(IEnumerable<T>)
ISet<T>.SymmetricExceptWith(IEnumerable<T>)
ISet<T>.UnionWith(IEnumerable<T>)
ICollection<T>.Clear()
ICollection<T>.Contains(T)
ICollection<T>.CopyTo(T[], int)
ICollection<T>.Remove(T)
ICollection<T>.Count
ICollection<T>.IsReadOnly
IEnumerable<T>.GetEnumerator()
Namespace: NMF.Collections.Generic
Assembly: NMF.Collections.dll
Syntax
public interface IOrderedSet<T> : IList<T>, ISet<T>, ICollection<T>, IEnumerable<T>, IEnumerable
Type Parameters
Name Description
T

The element type

  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX