PostSharp / / API Reference / Post­Sharp.​Patterns.​Recording.​Operations / Add­Collection­Range­Operation<T> / New­Items
Open sandbox

Property NewItems

NewItems

Gets the items that were added to the set after the operation.

Declaration
public ReadOnlyArray<T> NewItems { get; }
Property Value
Type Description
ReadOnlyArray<T>