示例#1
0
 public bool IsRemoved(CspMediaTypeConfigurationElement element)
 {
     return(BaseIsRemoved(element));
 }
示例#2
0
 public void Remove(CspMediaTypeConfigurationElement element)
 {
     BaseRemove(element);
 }
示例#3
0
 public int IndexOf(CspMediaTypeConfigurationElement element)
 {
     return(BaseIndexOf(element));
 }
示例#4
0
 public void Add(CspMediaTypeConfigurationElement element)
 {
     BaseAdd(element);
 }
 public bool IsRemoved(CspMediaTypeConfigurationElement element)
 {
     return BaseIsRemoved(element);
 }
 public int IndexOf(CspMediaTypeConfigurationElement element)
 {
     return BaseIndexOf(element);
 }
 public void Remove(CspMediaTypeConfigurationElement element)
 {
     BaseRemove(element);
 }
 public void Add(CspMediaTypeConfigurationElement element)
 {
     BaseAdd(element);
 }