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