Example #1
0
 internal Finally(Guard guard, Patch logic)
     : base(guard, logic)
 {
 }
Example #2
0
 internal Handler(Guard guard, Patch logic)
 {
     Guard = guard.AssertNotNull();
     Logic = logic.AssertNotNull();
 }