2005-01-31 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mcs / class / Microsoft.VisualBasic / Microsoft.VisualBasic / VariantType.cs
index 81a5aec09a47abb92284dab1e484e38f88787949..bd80eae1cbb4928abc70d68bb1683281f33dcaeb 100644 (file)
@@ -30,7 +30,9 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 namespace Microsoft.VisualBasic {\r
+#if NET_2_0
        [System.Serializable]
+#endif
        public enum VariantType : int {\r
                Empty = 0,\r
                Null = 1,\r