This is a delegate with ref keyword on one of its parameters:
public delegate void FooByRef(ref int number);
Original8/14/24About 2 min
This is a delegate with ref keyword on one of its parameters:
public delegate void FooByRef(ref int number);