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