/// <summary> /// Returns the SettingAttributes for the specified type. /// </summary> public List <SettingAttribute> GetSettings(Type type) { return(_registry.GetSettings(type)); }