mirror of
https://github.com/twiglet/cs2j.git
synced 2025-01-18 13:15:17 +01:00
update some Byte -> SByte references
This commit is contained in:
parent
cffbe348df
commit
6262b324ca
@ -1,4 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
|
||||
This file is
|
||||
@ -36,14 +36,14 @@
|
||||
</Param>
|
||||
</Params>
|
||||
<Name>Parse</Name>
|
||||
<Return>System.Byte</Return>
|
||||
<Return>System.SByte</Return>
|
||||
</Method>
|
||||
</Methods>
|
||||
<Properties>
|
||||
<Property>
|
||||
<Imports />
|
||||
<Java>Byte.MIN_VALUE</Java>
|
||||
<Type>System.Byte</Type>
|
||||
<Type>System.SByte</Type>
|
||||
<Name>MinValue</Name>
|
||||
<Get>Byte.MIN_VALUE</Get>
|
||||
<Set>${this:16}.setMinValue(${value})</Set>
|
||||
@ -51,7 +51,7 @@
|
||||
<Property>
|
||||
<Imports />
|
||||
<Java>Byte.MAX_VALUE</Java>
|
||||
<Type>System.Byte</Type>
|
||||
<Type>System.SByte</Type>
|
||||
<Name>MaxValue</Name>
|
||||
<Get>Byte.MAX_VALUE</Get>
|
||||
<Set>${this:16}.setMaxValue(${value})</Set>
|
||||
|
Loading…
x
Reference in New Issue
Block a user