System.Configuration.ProtectedConfigurationProviderCollection.this C# (CSharp) Method

this() public method

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