ApplicationSettingsTests.ReadFromInstanceTests.SettingsWithProtectedGetters.SettingsWithProtectedGetters C# (CSharp) 메소드

SettingsWithProtectedGetters() 공개 메소드

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