Click or drag to resize

AppSettingsRegistryRegisterKeyValue method

List that can be filled externally with key-value pairs. This list is also taken into account in the search.

Namespace: NetEti.ApplicationEnvironment
Assembly: NetEti.AppEnvReader (in NetEti.AppEnvReader.dll) Version: 1.0.0+903a007d8850bcbaf700b4fedc513f6c16da77d4
Syntax
public static void RegisterKeyValue(
	
	string key,
	
	Object? value
)

Parameters

key  String
The key of the KeyValue pair to be registered.
value  Object
The value of the KeyValue pair to be registered.
See also