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