Declaration
public static SettingsAttribute GetAttribute<TSettings>()
Summary
Retrieves the mandatory
SettingsAttribute for the type
TSettings. Throws
if the type doesn't have it specified.
Generic type parameters
TSettings |
Type of the settings class whose attribute is to be retrieved |