ConfigurationStoreGetT(String) Method

Definition

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

Parameters

key  String
 

Type Parameters

T

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

Return Value

T

See Also