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
|
This file is
|
||||||
@ -36,14 +36,14 @@
|
|||||||
</Param>
|
</Param>
|
||||||
</Params>
|
</Params>
|
||||||
<Name>Parse</Name>
|
<Name>Parse</Name>
|
||||||
<Return>System.Byte</Return>
|
<Return>System.SByte</Return>
|
||||||
</Method>
|
</Method>
|
||||||
</Methods>
|
</Methods>
|
||||||
<Properties>
|
<Properties>
|
||||||
<Property>
|
<Property>
|
||||||
<Imports />
|
<Imports />
|
||||||
<Java>Byte.MIN_VALUE</Java>
|
<Java>Byte.MIN_VALUE</Java>
|
||||||
<Type>System.Byte</Type>
|
<Type>System.SByte</Type>
|
||||||
<Name>MinValue</Name>
|
<Name>MinValue</Name>
|
||||||
<Get>Byte.MIN_VALUE</Get>
|
<Get>Byte.MIN_VALUE</Get>
|
||||||
<Set>${this:16}.setMinValue(${value})</Set>
|
<Set>${this:16}.setMinValue(${value})</Set>
|
||||||
@ -51,7 +51,7 @@
|
|||||||
<Property>
|
<Property>
|
||||||
<Imports />
|
<Imports />
|
||||||
<Java>Byte.MAX_VALUE</Java>
|
<Java>Byte.MAX_VALUE</Java>
|
||||||
<Type>System.Byte</Type>
|
<Type>System.SByte</Type>
|
||||||
<Name>MaxValue</Name>
|
<Name>MaxValue</Name>
|
||||||
<Get>Byte.MAX_VALUE</Get>
|
<Get>Byte.MAX_VALUE</Get>
|
||||||
<Set>${this:16}.setMaxValue(${value})</Set>
|
<Set>${this:16}.setMaxValue(${value})</Set>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user