IBaseSettingsElement.TryGetSetting<T> Method (String, T)

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

IBaseSettingsElement.TryGetSetting<T> Method (String, T)

Namespace: BNCS.Interfaces
Assembly:  BNCS.Config (in BNCS.Config.dll)

 

Syntax


bool TryGetSetting<T>(
 string SettingId,
 out T value
)

Type Parameters

T

 

Parameters

SettingId

Type: String

value

Type: T

 

See Also


IBaseSettingsElement Interface

TryGetSetting Overload

BNCS.Interfaces Namespace