Esempio n. 1
0
 public static T SetFormat <T>(this T toolSettings, VSWhereFormat format)
     where T : VSWhereSettings
 {
     toolSettings        = toolSettings.NewInstance();
     toolSettings.Format = format;
     return(toolSettings);
 }
Esempio n. 2
0
 public static VSWhereSettings SetFormat(this VSWhereSettings toolSettings, VSWhereFormat format)
 {
     toolSettings        = toolSettings.NewInstance();
     toolSettings.Format = format;
     return(toolSettings);
 }