Exemplo n.º 1
0
 internal ConfigurationLockCollection(ConfigurationElement element,
                                      ConfigurationLockType lockType)
 {
     _names    = new ArrayList();
     _element  = element;
     _lockType = lockType;
 }
 internal ConfigurationLockCollection(ConfigurationElement element,
                       ConfigurationLockType lockType)
 {
     _names = new ArrayList();
     _element = element;
     _lockType = lockType;
 }
Exemplo n.º 3
0
 internal ConfigurationLockCollection(ConfigurationElement element,
                                      ConfigurationLockType lockType)
 {
     names         = new ArrayList();
     this.element  = element;
     this.lockType = lockType;
 }
		internal ConfigurationLockCollection (ConfigurationElement element,
						      ConfigurationLockType lockType)
		{
			names = new ArrayList ();
			this.element = element;
			this.lockType = lockType;
		}