GetSettings() public méthode

Returns a list of the settings an ISettingsCollection instance holds.
public GetSettings ( Type type ) : List
type System.Type
Résultat List
Exemple #1
0
 /// <summary>
 /// Returns the SettingAttributes for the specified type.
 /// </summary>
 public List <SettingAttribute> GetSettings(Type type)
 {
     return(_registry.GetSettings(type));
 }