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

this() 공개 메소드

public this ( string name ) : ProtectedConfigurationProvider
name string
리턴 ProtectedConfigurationProvider
        new public ProtectedConfigurationProvider this[string name]
        {
            get
            {
                return (ProtectedConfigurationProvider)base[name];
            }
        }
    }
ProtectedConfigurationProviderCollection