System.Configuration.SettingsPropertyCollection.this C# (CSharp) Метод

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

public this ( string name ) : SettingsProperty
name string
Результат SettingsProperty
       public SettingsProperty this[string name]
       {
           get {
               return _Hashtable[name] as SettingsProperty;
           }
       }