Exemplo n.º 1
0
 public static void DisplayPropertyValues(this Person person)
 {
     Utilities.DisplayPropertyValues(person);
     Console.WriteLine();
 }
Exemplo n.º 2
0
 public static void DisplayPropertyValues(this WeatherForecast wf)
 {
     Utilities.DisplayPropertyValues(wf);
     Console.WriteLine();
 }
Exemplo n.º 3
0
 public static void DisplayPropertyValues(this WeatherForecastWithConverterAttribute wf)
 {
     Utilities.DisplayPropertyValues(wf);
     Console.WriteLine();
 }