Beispiel #1
0
 public static IEntry Convert(SurrogateForIEntry value)
 {
     if (value == null)
     {
         return(null);
     }
     return(new EntryRef(value.Target));
 }
 public static IEntry Convert(SurrogateForIEntry value)
 {
     if (value == null) return null;
     return new EntryRef(value.Target);
 }