Exemplo n.º 1
0
 internal HealthCheckOptions DeepClone()
 {
     return(new HealthCheckOptions
     {
         Passive = Passive?.DeepClone(),
         Active = Active?.DeepClone()
     });
 }