public void Remove(AdomdRestriction value)
 {
     this.collectionInternal.Remove(value);
 }
 public void Insert(int index, AdomdRestriction value)
 {
     this.collectionInternal.Insert(index, value);
 }
 public bool Contains(AdomdRestriction value)
 {
     return(this.collectionInternal.Contains(value));
 }
 public int IndexOf(AdomdRestriction value)
 {
     return(this.collectionInternal.IndexOf(value));
 }
 public AdomdRestriction Add(AdomdRestriction value)
 {
     return((AdomdRestriction)this.collectionInternal.Add(value));
 }