ConfigurationRegistryExtensions.

SetKeyJsonAsync<T>(IConfigurationRegistry, string, T) Method

Syntax

public static Task<bool> SetKeyJsonAsync<T>(this IConfigurationRegistry self, string key, T value)

Type Parameters

Name Description
T

Parameters

Name Type Description
self IConfigurationRegistry
key string
value T

Return Value

Type Description
Task<bool>