Exemplo n.º 1
0
 public static IConfigurationBuilder AddCommandLineIsolated
 (
     this IConfigurationBuilder aBuilder
     , string[] aArgs
 )
 {
     return(aBuilder.AddCommandLineIsolated(aArgs, null));
 }