Click or drag to resize

PluginSettingsTryGetValueTValue Method (String)

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

Parameters

key
Type: SystemString

Type Parameters

TValue

Return Value

Type: TValue

Implements

IPluginSettingsTryGetValueTValue(String)
See Also