Exemple #1
0
 public static IPedantic Convert(SurrogateForIPedantic value)
 {
     if (value == null)
     {
         return(null);
     }
     return(new PedanticRef(value.Target));
 }
 public static IPedantic Convert(SurrogateForIPedantic value)
 {
     if (value == null) return null;
     return new PedanticRef(value.Target);
 }
 public static IPedantic Convert(SurrogateForIPedantic value)
 {
     if (value == null) return null;
     return new PedanticRef(value.Target);
 }