From f6683a0c84a6e65e56264920613cfff396115274 Mon Sep 17 00:00:00 2001 From: Kevin Glynn Date: Fri, 2 Sep 2011 10:38:30 +0200 Subject: [PATCH] support implicit casts (from int to long for example) by adding them to inherits list --- CS2JLibrary/NetFramework/System/Int32.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CS2JLibrary/NetFramework/System/Int32.xml b/CS2JLibrary/NetFramework/System/Int32.xml index d382aef..30c7754 100644 --- a/CS2JLibrary/NetFramework/System/Int32.xml +++ b/CS2JLibrary/NetFramework/System/Int32.xml @@ -17,7 +17,10 @@ System.IComparable System.IFormattable System.IConvertible - + System.Int64 + System.Double + System.Single + System.Decimal