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;
       }