Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: SettingsAttribute GetAttribute<TSettings>()

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
  • Must derive from: RT.Util.SettingsBase.
  • Must have a default constructor.
Type of the settings class whose attribute is to be retrieved