2003-05-19 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mcs / class / corlib / System.Reflection.Emit / Label.cs
index 7050f951dad12d8cf1689e974e4060bf832fdc45..19be26c6dea8a710fd643cf2a8fe06cfeb690813 100644 (file)
@@ -8,6 +8,7 @@
 //
 
 namespace System.Reflection.Emit {
+       [Serializable]
        public struct Label {
                internal int label;