X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FSystem.Runtime.InteropServices.ComTypes%2FIEnumString.cs;h=7ee1c4e9881c5b238360db801770ba08827816f0;hb=ff228e1c801bda9666b6edab3ee962e05edcf480;hp=cd68c272559e6d31275488354f0f68cb14bccc90;hpb=9869ae24b88761ab261c4311e24f7383b4af3f02;p=mono.git diff --git a/mcs/class/corlib/System.Runtime.InteropServices.ComTypes/IEnumString.cs b/mcs/class/corlib/System.Runtime.InteropServices.ComTypes/IEnumString.cs index cd68c272559..7ee1c4e9881 100644 --- a/mcs/class/corlib/System.Runtime.InteropServices.ComTypes/IEnumString.cs +++ b/mcs/class/corlib/System.Runtime.InteropServices.ComTypes/IEnumString.cs @@ -39,7 +39,7 @@ namespace System.Runtime.InteropServices.ComTypes public interface IEnumString { [PreserveSigAttribute] - int Next (int celt, [Out, MarshalAs (UnmanagedType.LPArray, SizeParamIndex = 0)] string[] rgelt, IntPtr pceltFetched); + int Next (int celt, [Out, MarshalAs (UnmanagedType.LPArray, ArraySubType = Consts.UnmanagedType_80, SizeParamIndex = 0)] string[] rgelt, IntPtr pceltFetched); [PreserveSigAttribute] int Skip (int celt); void Reset ();