private int GetValue(ExternalFoo f) => f.Value;
Esempio n. 2
0
 public int GetValue(ExternalFoo f)
 {
     return(f.Value);
 }