TransformSample.Console.AppConfigModel.AppConfigModel C# (CSharp) Метод

AppConfigModel() публичный Метод

public AppConfigModel ( ) : System.Collections.Generic
Результат System.Collections.Generic
        public AppConfigModel()
        {
            this.AppSettings = new Dictionary<string, string>();
            this.ConnectionStrings = new Dictionary<string, string>();
        }