public int Add(ref CharacterSet item) { return this.Add(item); }
public int Add(ref CharacterSet item) { return(this.Add(item)); }