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

AddCollectionRangeOperation<T> Class

Inheritance
AddCollectionRangeOperation<T>
Namespace: PostSharp.Patterns.Recording.Operations
Assembly: PostSharp.Patterns.Model.dll
Syntax
public sealed class AddCollectionRangeOperation<T> : CollectionOperation<T>, ICollectionOperation, IOperationDescriptor
Type Parameters
Name Description
T

Type of collection items.

Properties

Name Description
NewIndex

Gets the index after the operation.

NewItems

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

OperationKind

Gets the kind of operation.

Methods

Name Description
Redo(ReplayContext)

Redo the current operation.

Undo(ReplayContext)

Undo the current operation.