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/trees/TreeDictionary.cs')
-rw-r--r--mcs/class/Mono.C5/trees/TreeDictionary.cs4
1 files changed, 3 insertions, 1 deletions
diff --git a/mcs/class/Mono.C5/trees/TreeDictionary.cs b/mcs/class/Mono.C5/trees/TreeDictionary.cs
index aecd51af736..6194c20a44d 100644
--- a/mcs/class/Mono.C5/trees/TreeDictionary.cs
+++ b/mcs/class/Mono.C5/trees/TreeDictionary.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
@@ -131,4 +132,5 @@ namespace C5
return res;
}
}
-} \ No newline at end of file
+}
+#endif