2004-01-30 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices / MarshalAsAttribute.cs
index 48e9f523d07280be8fb9427765a32c235892931f..d4961d1d889ddf3764ea7e235a71239377ebe702 100755 (executable)
@@ -1,3 +1,10 @@
+//
+// System.Runtime.InteropServices.MarshalAsAttribute.cs
+//
+// Author:
+//   Andreas Nahr (ClassDevelopment@A-SoftTech.com)
+//
+
 using System;
 
 namespace System.Runtime.InteropServices {
@@ -12,6 +19,7 @@ namespace System.Runtime.InteropServices {
                public VarEnum SafeArraySubType;
                public int SizeConst;
                public short SizeParamIndex;
+               public Type SafeArrayUserDefinedSubType;
 
                public MarshalAsAttribute (short unmanagedType) {
                        utype = (UnmanagedType)unmanagedType;