Show / Hide Table of Contents

Interface ICollectionExpression

Represents an editable collection that can be accessed incrementally, i.e. with change notifications

Inherited Members
IEnumerableExpression.AsNotifiable()
IList.Add(object)
IList.Clear()
IList.Contains(object)
IList.IndexOf(object)
IList.Insert(int, object)
IList.Remove(object)
IList.RemoveAt(int)
IList.IsFixedSize
IList.IsReadOnly
IList.this[int]
ICollection.CopyTo(Array, int)
ICollection.Count
ICollection.IsSynchronized
ICollection.SyncRoot
IEnumerable.GetEnumerator()
Namespace: NMF.Expressions
Assembly: NMF.Expressions.Linq.dll
Syntax
public interface ICollectionExpression : IEnumerableExpression, IList, ICollection, IEnumerable

Extension Methods

ExpressionExtensions.AsOne<T>(T)
ExpressionExtensions.OfType<TResult>(ICollectionExpression)
ExpressionExtensions.Cast<TResult>(IEnumerableExpression)
ExpressionExtensions.OfType<TResult>(IEnumerableExpression)
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX