public int Add(EmbeddedMailObject value) { return default(int); }
public bool Contains(EmbeddedMailObject value) { return(default(bool)); }
public void CopyTo(EmbeddedMailObject[] array, int index) { List.CopyTo(array, index); }
public void Insert(int index, EmbeddedMailObject value) { List.Insert(index, value); }
public void Insert(int index, EmbeddedMailObject value) { throw new NotImplementedException(); }
public int Add(EmbeddedMailObject value) { return List.Add(value); }
public void Insert (int index, EmbeddedMailObject value) { throw new NotImplementedException (); }
public bool Contains(EmbeddedMailObject value) { throw new NotImplementedException(); }
public void CopyTo (EmbeddedMailObject [] array, int index) { throw new NotImplementedException (); }
public int IndexOf (EmbeddedMailObject value) { throw new NotImplementedException (); }
public bool Contains (EmbeddedMailObject value) { throw new NotImplementedException (); }
public int Add(EmbeddedMailObject value) { return(base.List.Add(value)); }
public int IndexOf(EmbeddedMailObject value) { return default(int); }
public int IndexOf(EmbeddedMailObject value) { return(default(int)); }
public void Remove (EmbeddedMailObject value) { throw new NotImplementedException (); }
public void Remove(EmbeddedMailObject value) { }
public bool Contains (EmbeddedMailObject value) { return default(bool); }
public int IndexOf(EmbeddedMailObject value) { throw new NotImplementedException(); }
public void CopyTo (EmbeddedMailObject[] array, int index) { Contract.Ensures (array.Length >= 0); }
public void Remove(EmbeddedMailObject value) { throw new NotImplementedException(); }
public int IndexOf (EmbeddedMailObject value) { Contract.Ensures (Contract.Result<int>() >= -1); return default(int); }
public bool Contains(EmbeddedMailObject value) { return List.Contains(value); }
public void Remove (EmbeddedMailObject value) { }
public int IndexOf(EmbeddedMailObject value) { return List.IndexOf(value); }
public int Add(EmbeddedMailObject value) { return(default(int)); }
public void Remove(EmbeddedMailObject value) { List.Remove(value); }
public int IndexOf(EmbeddedMailObject value) { Contract.Ensures(Contract.Result <int>() >= -1); return(default(int)); }