Archived

This forum has been archived. Please start a new discussion on GitHub.

C# generics

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!

Comments

  • marc
    marc Florida
    Welcome to our forums.

    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 info@zeroc.com.