I was wondering if it is possible to add multiple generic constraints?
I have an Add method that takes an Object (Either Email, Phone or Address), so i was thinking
You don't get any real benefits from generics in this case. I would just create different Add methods for each parameter Type.