1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-21 09:27:59 +02:00

Removed deprecated IOp* conformance, added missing consts and properties

This commit is contained in:
Brian Fiete 2020-08-29 07:10:04 -07:00
parent 783bdb15be
commit ffee0a2aa3
15 changed files with 67 additions and 30 deletions

View file

@ -1,7 +1,7 @@
namespace System
{
#unwarn
struct UInt16 : uint16, IInteger, IUnsigned, IHashable, IFormattable, IOpComparable, IIsNaN, IOpNegatable, IOpAddable, IOpSubtractable, IOpMultiplicable, IOpDividable
struct UInt16 : uint16, IInteger, IUnsigned, IHashable, IFormattable, IIsNaN
{
public const uint16 MaxValue = (uint16)0xFFFF;
public const uint16 MinValue = 0;