public void Remove(RFC_DB_OPT value) { List.Remove(value); }
public bool Contains(RFC_DB_OPT value) { return(List.Contains(value)); }
public void Insert(int index, RFC_DB_OPT value) { List.Insert(index, value); }
public int IndexOf(RFC_DB_OPT value) { return(List.IndexOf(value)); }
public int Add(RFC_DB_OPT value) { return(List.Add(value)); }