System.Configuration.SettingsBase.Initialize C# (CSharp) Метод

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

public Initialize ( SettingsContext context, SettingsPropertyCollection properties, SettingsProviderCollection providers ) : void
context SettingsContext
properties SettingsPropertyCollection
providers SettingsProviderCollection
Результат void
       public void Initialize(
               SettingsContext                  context,
               SettingsPropertyCollection       properties,
               SettingsProviderCollection       providers)
       {
           _Context = context;
           _Properties = properties;
           _Providers = providers;
       }