C# generics

in Help Center
Does Ice support C# generics?
E.g., slice construct
dictionary<long, Employee> EmployeeMap;
could be mapped to
System.Collections.Generics.Dictionary<long, Employee> em =
new System.Collections.Generics.Dictionary<long, Employee>();
instead of a derivative of System.Collections.DictionaryBase.
If C# generics are not supported currently, are there plans to add it soon?
Thanks!
E.g., slice construct
dictionary<long, Employee> EmployeeMap;
could be mapped to
System.Collections.Generics.Dictionary<long, Employee> em =
new System.Collections.Generics.Dictionary<long, Employee>();
instead of a derivative of System.Collections.DictionaryBase.
If C# generics are not supported currently, are there plans to add it soon?
Thanks!
0
Comments
Yes, we plan to add this to our C# mapping. However, we do not have a release date yet. If you have an urgent commercial need for this feature and would like to see it rather sooner than later, please contact us at [email protected].