System.Configuration.Provider.ProviderCollection.this C# (CSharp) 메소드

this() 공개 메소드

public this ( string name ) : ProviderBase
name string
리턴 ProviderBase
        public ProviderBase this[string name]
        {
            get {
                return _Hashtable[name] as ProviderBase;
            }
        }