Weakly-typed interface for the CollectionOperation<T> class.
Namespace: PostSharp.Patterns.Recording.Operations
Assembly: PostSharp.Patterns.Model.dll
Syntax
[Obsolete("[Recordable] aspect and its components are deprecated and will be removed in a future version.", false)]
public interface ICollectionOperation : IOperationDescriptorProperties
| Name | Description |
|---|---|
| Collection | Gets the collection on which the operation was performed. |
| NewIndex | Gets the index after the operation. |
| NewItem | Gets the item after the operation. |
| OldIndex | Gets the index before the operation. |
| OldItem | Gets the item before the operation. |