Click or drag to resize

PluginSettingsTryGetValueTValue(String) Method


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  String
 

Type Parameters

TValue

Return Value

TValue

Implements

IPluginSettingsTryGetValueTValue(String)
See Also