mirror of
https://github.com/twiglet/cs2j.git
synced 2025-01-18 13:15:17 +01:00
We want to be able to pass ints where long is expected. Adding Int64 to inherits had some unpleasant side effects
This commit is contained in:
parent
e4600b7885
commit
52d9b3b5a7
@ -17,6 +17,7 @@
|
||||
<Type>System.IComparable</Type>
|
||||
<Type>System.IFormattable</Type>
|
||||
<Type>System.IConvertible</Type>
|
||||
<!--<Type>System.Int64</Type> (how to treat ints as longs when necessary)-->
|
||||
</Inherits>
|
||||
<Methods>
|
||||
<Method>
|
||||
|
Loading…
x
Reference in New Issue
Block a user