Beispiel #1
0
 public override bool Pre(PipelineMutationModel _arg1)
 {
     // Can't allow two handlers with the same name to be added
     return(!_arg1.Contains(Name) && base.Pre(_arg1));
 }