Click or drag to resize

PluginSettingsTryGetValueTSetting, TValue Method (String)

Namespace:  Resto.Front.Api.Data.Settings
Assembly:  Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
public TValue TryGetValue<TSetting, TValue>(
	string key
)
where TSetting : BaseSetting<TValue>

Parameters

key
Type: SystemString

Type Parameters

TSetting
TValue

Return Value

Type: TValue

Implements

IPluginSettingsTryGetValueTSetting, TValue(String)
See Also