Interface IOrderedSetExpression<T>
Represents an ordered set that can be accessed incrementally, i.e. with change notifications
Inherited Members
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 |