Page 1 of 1

No support for System.Collections.Generic.SortedList<T>?

Posted: Wed Mar 29, 2017 9:58 pm
by Dierk Droth
Hi,

I just downloaded C#HTML5.

I'm using System.Collections.Generic.SortedList<T> in my sample project, but found this is not supported by C#HTML5.

What am I missing?

Dierk

Re: No support for System.Collections.Generic.SortedList<T>?

Posted: Thu Mar 30, 2017 5:21 am
by JS-Support @Userware
Hi,

SortedList<T> is indeed not supported yet. You can see the list of supported feature at:
http://cshtml5.com/links/what-is-supported.aspx

If you urgently need this feature, it is possible to accelerate the development of specific features by contacting us for a quote.

Thank you.
Regards,
JS-Support

Re: No support for System.Collections.Generic.SortedList<T>?

Posted: Thu Mar 30, 2017 9:01 pm
by Dierk Droth
Thanks for your feedback