Inheritance: System.Configuration.ConfigurationElement
Exemplo n.º 1
0
 public void Remove(BypassElement element)
 {
     if (element == null)
     {
         throw new ArgumentNullException("element");
     }
     BaseRemove(element.Key);
 }
 public void Remove(BypassElement element)
 {
     if (element == null)
     {
         throw new ArgumentNullException("element");
     }
     base.BaseRemove(element.Key);
 }
Exemplo n.º 3
0
		public void Remove (BypassElement element)
		{
			BaseRemove (element);
		}
Exemplo n.º 4
0
		public int IndexOf (BypassElement element)
		{
			return BaseIndexOf (element);
		}
Exemplo n.º 5
0
		public void Add (BypassElement element)
		{
			BaseAdd (element);
		}
Exemplo n.º 6
0
 public void Remove(BypassElement element)
 {
     BaseRemove(element);
 }
Exemplo n.º 7
0
 public int IndexOf(BypassElement element)
 {
     return(BaseIndexOf(element));
 }
Exemplo n.º 8
0
 public void Add(BypassElement element)
 {
     BaseAdd(element);
 }
 public void Remove(BypassElement element)
 {
 }
 public int IndexOf(BypassElement element)
 {
   return default(int);
 }
 public void Add(BypassElement element)
 {
 }
Exemplo n.º 12
0
 public void Remove(BypassElement element)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 13
0
 public int IndexOf(BypassElement element)
 {
     throw new NotImplementedException();
 }
 public void Remove(BypassElement element)
 {
 }
 public int IndexOf(BypassElement element)
 {
     return(default(int));
 }
 public void Add(BypassElement element)
 {
 }