TransformSample.Console.AppConfigModel.AppConfigModel C# (CSharp) Méthode

AppConfigModel() public méthode

public AppConfigModel ( ) : System.Collections.Generic
Résultat System.Collections.Generic
        public AppConfigModel()
        {
            this.AppSettings = new Dictionary<string, string>();
            this.ConnectionStrings = new Dictionary<string, string>();
        }