Пример #1
0
 public bool IsRemoved(CspReportUriConfigurationElement element)
 {
     return(BaseIsRemoved(element));
 }
Пример #2
0
 public void Remove(CspReportUriConfigurationElement element)
 {
     BaseRemove(element);
 }
Пример #3
0
 public int IndexOf(CspReportUriConfigurationElement element)
 {
     return(BaseIndexOf(element));
 }
Пример #4
0
 public void Add(CspReportUriConfigurationElement element)
 {
     BaseAdd(element);
 }
 public bool IsRemoved(CspReportUriConfigurationElement element)
 {
     return BaseIsRemoved(element);
 }
 public int IndexOf(CspReportUriConfigurationElement element)
 {
     return BaseIndexOf(element);
 }
 public void Remove(CspReportUriConfigurationElement element)
 {
     BaseRemove(element);
 }
 public void Add(CspReportUriConfigurationElement element)
 {
     BaseAdd(element);
 }