Inheritance: System.Configuration.ConfigurationElement
 public void Remove(AuthenticationModuleElement element)
 {
     if (element == null)
     {
         throw new ArgumentNullException("element");
     }
     BaseRemove(element.Key);
 }
 public void Remove(AuthenticationModuleElement element)
 {
     if (element == null)
     {
         throw new ArgumentNullException("element");
     }
     base.BaseRemove(element.Key);
 }
 public void Add(AuthenticationModuleElement element)
 {
     this.BaseAdd(element);
 }
 public int IndexOf(AuthenticationModuleElement element)
 {
     return base.BaseIndexOf(element);
 }
 public void Remove(AuthenticationModuleElement element)
 {
 }
 public int IndexOf(AuthenticationModuleElement element)
 {
     return(default(int));
 }
 public void Add(AuthenticationModuleElement element)
 {
 }
		public void Remove (AuthenticationModuleElement element)
		{
			BaseRemove (element);
		}
 public int IndexOf(AuthenticationModuleElement element)
 {
     return(BaseIndexOf(element));
 }
 public void Add(AuthenticationModuleElement element)
 {
     BaseAdd(element);
 }
 public int IndexOf(AuthenticationModuleElement element)
 {
   return default(int);
 }
 public void Add(AuthenticationModuleElement element)
 {
 }
 public void Remove(AuthenticationModuleElement element)
 {
     throw new NotImplementedException();
 }
 public int IndexOf(AuthenticationModuleElement element)
 {
     throw new NotImplementedException();
 }