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