public IEnumerable <SettingsEntry> GetEntriesToMigrate(ISettingsSchema schema) { yield return(schema.GetEntry((IdentifierTooltipSettings s) => s.ShowIdentifierAnnotations)); yield return(schema.GetEntry((IdentifierTooltipSettings s) => s.ShowParametersAnnotations)); }
public IEnumerable <SettingsEntry> GetEntriesToMigrate(ISettingsSchema schema) { yield return(schema.GetEntry((IdentifierTooltipSettings s) => s.ShowBaseType)); yield return(schema.GetEntry((IdentifierTooltipSettings s) => s.ShowImplementedInterfaces)); }