Tagged Questions

1
vote
1answer
452 views

HashSet in WCF

i'm using a HashSet in my WCF interface [ServiceContract] public interface IwcfServerSync { [OperationContract] void Test(HashSet<int> someHashSet); } When i create a service ...