I've been trying to use ICollection<Users> to send object messages to custom users, but I cannot manage to create one.
I saw that ICollection belongs to .NET Framework 4, but Unity only has support up for .NET Framework 3.5.
Am I wrong? Is there any way to solve this??
Thanks!