IHashSetOperation Interface |
Weakly-typed interface for the HashSetOperation<T> class.
Namespace: PostSharp.Patterns.Recording.Operations
Assembly: PostSharp.Patterns.Model (in PostSharp.Patterns.Model.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public interface IHashSetOperation : IOperationDescriptor
The IHashSetOperation type exposes the following members.
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.
| |
OperationKind |
Gets the kind of operation.
(Inherited from IOperationDescriptor.) |