|
|
@@ -44,7 +44,7 @@ namespace System.Collections.Generic {
|
|
|
[DebuggerDisplay ("Count={Count}")]
|
|
|
[DebuggerTypeProxy (typeof (CollectionDebuggerView<,>))]
|
|
|
public class HashSet<T> : ICollection<T>, ISerializable, IDeserializationCallback
|
|
|
-#if NET_4_0
|
|
|
+#if NET_4_0 || MOONLIGHT
|
|
|
, ISet<T>
|
|
|
#endif
|
|
|
{
|