PostSharpAPI ReferencePost­Sharp.​Patterns.​Recording.​OperationsRemove­Collection­Range­Operation<T>Old­Items
Open sandboxFocus

RemoveCollectionRangeOperation<T>.OldItems Property

OldItems

Gets the items that were in the collection before the operation.

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