From 52d9b3b5a77923d385ceb4ac76855e494a800510 Mon Sep 17 00:00:00 2001 From: Kevin Glynn Date: Mon, 28 Feb 2011 20:27:14 +0100 Subject: [PATCH] We want to be able to pass ints where long is expected. Adding Int64 to inherits had some unpleasant side effects --- CS2JLibrary/NetFramework/System/Int32.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/CS2JLibrary/NetFramework/System/Int32.xml b/CS2JLibrary/NetFramework/System/Int32.xml index 00c744b..f53bccc 100644 --- a/CS2JLibrary/NetFramework/System/Int32.xml +++ b/CS2JLibrary/NetFramework/System/Int32.xml @@ -17,6 +17,7 @@ System.IComparable System.IFormattable System.IConvertible +