Show / Hide Table of Contents

Interface ICollectionChangedNotificationResult<T>

Denotes a notification result for a collection

Inherited Members
ICollectionChangedNotificationResult.IsReset
ICollectionChangedNotificationResult.OldItemsStartIndex
ICollectionChangedNotificationResult.NewItemsStartIndex
INotificationResult.Source
INotificationResult.Changed
INotificationResult.IncreaseReferences(int)
INotificationResult.FreeReference()
Namespace: NMF.Expressions
Assembly: NMF.Expressions.dll
Syntax
public interface ICollectionChangedNotificationResult<T> : ICollectionChangedNotificationResult, INotificationResult
Type Parameters
Name Description
T

The type of elements

Properties

| Edit this page View Source

AddedItems

Gets a list of added items

Declaration
List<T> AddedItems { get; }
Property Value
Type Description
List<T>
| Edit this page View Source

MovedItems

Gets a list of moved items

Declaration
List<T> MovedItems { get; }
Property Value
Type Description
List<T>
| Edit this page View Source

RemovedItems

Gets a list of removed items

Declaration
List<T> RemovedItems { get; }
Property Value
Type Description
List<T>

Extension Methods

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