Click or drag to resize

IPluginSettingsTryGetValueTValue(String) Method

Get value by its key.

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

Parameters

key  String
Key of setting.

Type Parameters

TValue
Return type of value.

Return Value

TValue
Value of setting or null if none specified.
See Also