ApplicationSettingsTests.ReadFromInstanceTests.SettingsWithProtectedGetters.SettingsWithProtectedGetters C# (CSharp) Method

SettingsWithProtectedGetters() public method

public SettingsWithProtectedGetters ( string value ) : System.Configuration
value string
return System.Configuration
        public SettingsWithProtectedGetters(string value)
        {
            this.value = value;
        }
SettingsWithProtectedGetters