Weakly-typed interface for the HashSetOperation<T> class.
Namespace: PostSharp.Patterns.Recording.Operations
Assembly: PostSharp.Patterns.Model.dll
Syntax
public interface IHashSetOperation : IOperationDescriptor
Properties
Name | Description |
---|---|
HashSet | Gets the collection on which the operation was performed. |
NewItem | Gets the item after the operation. |
OldItem | Gets the item before the operation. |