Example #1
0
 public override bool Process(ChildAction3 action)
 {
     Console.WriteLine("Root action 2, Child action 3");
     return(true);
 }
Example #2
0
 public virtual bool Process(ChildAction3 action)
 {
     return(false);
 }