Click or drag to resize

ConfigurationStoreGetT Method (String, T)

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

Parameters

key
Type: SystemString
defaultValue
Type: T

Type Parameters

T

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

Return Value

Type: T
See Also