Beispiel #1
0
 public override bool Equals(object obj) => pipeline.Execute <bool>(new MethodInvocation(this, MethodBase.GetCurrentMethod(), obj));
Beispiel #2
0
 public void Bar() => pipeline.Execute(new MethodInvocation(this, MethodBase.GetCurrentMethod()));
Beispiel #3
0
 public object Clone() => pipeline.Execute <object>(new MethodInvocation(this, MethodBase.GetCurrentMethod()));