Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: SettingsAttribute GetAttribute(Type)

Declaration

public static SettingsAttribute GetAttribute(
    Type settingsType
)

Summary

Retrieves the mandatory SettingsAttribute for the specified settings class type. Throws if the type doesn't have it specified.

Parameters

TypesettingsType Type of the settings class whose attribute is to be retrieved