Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/Mono.C5/hashing/HashBag.cs')
-rw-r--r--mcs/class/Mono.C5/hashing/HashBag.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/mcs/class/Mono.C5/hashing/HashBag.cs b/mcs/class/Mono.C5/hashing/HashBag.cs
index 35ac9c6cae0..080da67c325 100644
--- a/mcs/class/Mono.C5/hashing/HashBag.cs
+++ b/mcs/class/Mono.C5/hashing/HashBag.cs
@@ -1,3 +1,4 @@
+#if NET_2_0
/*
Copyright (c) 2003-2004 Niels Kokholm <kokholm@itu.dk> and Peter Sestoft <sestoft@dina.kvl.dk>
Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -490,3 +491,4 @@ namespace C5
#endregion
}
}
+#endif