Click or drag to resize

ISettingsProcessorGet Method

Overload List
 NameDescription
Public methodGet(Object, Object) Gets a string value from the settings, uniquely identified by the group and key parameters.
Public methodGet(Object, Object, String) Gets a string value (or fallback default value) from the settings, uniquely identified by the group and key parameters.
Public methodGetT(Object, Object, T) Gets an object of type T (or fallback default value) from the settings, uniquely identified by the group and key parameters.
Top
See Also