2005-01-31 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mcs / class / Microsoft.VisualBasic / Microsoft.VisualBasic / VariantType.cs
index 241df0e9a66f305b2075360e4f218e5b754933e1..bd80eae1cbb4928abc70d68bb1683281f33dcaeb 100644 (file)
@@ -30,6 +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