CommandLineConfigurationProvider Konstruktor

Definicja

Inicjuje nowe wystąpienie.

public CommandLineConfigurationProvider (System.Collections.Generic.IEnumerable<string> args, System.Collections.Generic.IDictionary<string,string>? switchMappings = default);
new Microsoft.Extensions.Configuration.CommandLine.CommandLineConfigurationProvider : seq<string> * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Extensions.Configuration.CommandLine.CommandLineConfigurationProvider
Public Sub New (args As IEnumerable(Of String), Optional switchMappings As IDictionary(Of String, String) = Nothing)

Parametry

args
IEnumerable<String>

Wiersz polecenia args.

switchMappings
IDictionary<String,String>

Mapowania przełącznika.

Dotyczy