Show / Hide Table of Contents

Interface IOrderedSetExpression<T>

Represents an ordered set that can be accessed incrementally, i.e. with change notifications

Inherited Members
ICollectionExpression<T>.AsNotifiable()
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 IOrderedSetExpression<T> : IListExpression<T>, ISetExpression<T>, ICollectionExpression<T>, IEnumerableExpression<T>, IEnumerableExpression, IOrderedSet<T>, IList<T>, ISet<T>, ICollection<T>, IEnumerable<T>, IEnumerable
Type Parameters
Name Description
T
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX