ApplicationSettingsTests.ReadFromInstanceTests.SettingsWithProtectedGetters.SettingsWithProtectedGetters C# (CSharp) Méthode

SettingsWithProtectedGetters() public méthode

public SettingsWithProtectedGetters ( string value ) : System.Configuration
value string
Résultat System.Configuration
        public SettingsWithProtectedGetters(string value)
        {
            this.value = value;
        }
SettingsWithProtectedGetters