Class InjectAt.Around
Wraps the entire target method. The injection method declares an Operation family
handle and calls original.Invoke(args) to run the original body; omitting the call skips
the body. Operation-only (no ControlHandle).
public sealed record InjectAt.Around : InjectAt, IEquatable<InjectAt>, IEquatable<InjectAt.Around>
- Inheritance
-
InjectAt.Around
- Implements
- Inherited Members