Microsoft.Web.Administration.ConfigurationLockCollection.ConfigurationLockCollection C# (CSharp) Method

ConfigurationLockCollection() private method

private ConfigurationLockCollection ( ConfigurationElement element, ConfigurationLockType lockType ) : System
element ConfigurationElement
lockType ConfigurationLockType
return System
        internal ConfigurationLockCollection(ConfigurationElement element,
                              ConfigurationLockType lockType)
        {
            _names = new ArrayList();
            _element = element;
            _lockType = lockType;
        }