Fix warnings in mscorlib's Test suite + bring a couple more tests + fix thread rename...
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices / VARDESC.cs
index 63d2d4938cfcd772bb803fa46b258ba7c4386daa..1ab572ecfc8325fecf46ef2200754fa5d16904bc 100644 (file)
 
 namespace System.Runtime.InteropServices
 {
-       [ComVisible (false)]
+       [Obsolete]
        [StructLayout (LayoutKind.Sequential, CharSet = CharSet.Unicode)]
        public struct VARDESC
        {
-               public ELEMDESC elemdescVar;
-               public string lpstrSchema;
                public int memid;
-               public VarEnum varkind;
+               public string lpstrSchema;
+               public ELEMDESC elemdescVar;
                public short wVarFlags;
+               public VarEnum varkind;
 
                [ComVisible (false)]
                [StructLayout (LayoutKind.Explicit, CharSet = CharSet.Unicode)]