System.Collections.Generic.HashSet not available

Asked by LCID Fire

I tried to program a short app using the class System.Collections.Generic.HashSet. When I tried to compile it complained about the class not being present. Looking into the mscorlib and System 2.0 assembly there really is no such class. Is this a known incompatibility?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu mono Edit question
Assignee:
No assignee Edit question
Solved by:
LCID Fire
Solved:
Last query:
Last reply:
Revision history for this message
Launchpad Janitor (janitor) said :
#1

This question was expired because it remained in the 'Open' state without activity for the last 15 days.

Revision history for this message
LCID Fire (lcid-fire) said :
#2

It exists in the System.Core assembly.

Revision history for this message
LCID Fire (lcid-fire) said :
#3

Add the assembly and you're off fine.