Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public T GetConfigValue<T> (string key, object invocation = default);
abstract member GetConfigValue : string * obj -> 'T
Public Function GetConfigValue(Of T) (key As String, Optional invocation As Object = Nothing) As T