[Mono-list] Mono Bug: Type.Missing != Missing.Value
Dino Viehland
dinov at microsoft.com
Wed Sep 23 18:06:27 EDT 2009
It looks like Mono has a bug w/ Type.Missing not being the same as System.Reflection.Missing.Value:
using System;
public class Foo {
public static void Main(string[] args) {
Console.WriteLine(Type.Missing == System.Reflection.Missing.Value);
}
}
I tested on 2.4.2.3 on Windows and this prints False where .NET prints True.
We had this bug reported against IronPython: http://ironpython.codeplex.com/WorkItem/View.aspx?WorkItemId=24186
I can switch to always using Missing.Value in IronPython but thought you might be interested in knowing about the issue.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-list/attachments/20090923/883bdd63/attachment.html
More information about the Mono-list
mailing list