Click or drag to resize

ConfigurationStoreGetT Method (String)

Namespace:  FileHold.Common
Assembly:  FileHold.Common (in FileHold.Common.dll) Version: 17.0.0.0
Syntax
C#
public T Get<T>(
	string key
)

Parameters

key
Type: SystemString

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:FileHold.Common.ConfigurationStore.Get``1(System.String)"]

Return Value

Type: T
See Also