private int GetValue(ExternalFoo f) => f.Value;
示例#2
0
 public int GetValue(ExternalFoo f)
 {
     return(f.Value);
 }