1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-24 02:28:01 +02:00

Deprecating IOp* interfaces

This commit is contained in:
Brian Fiete 2020-08-10 13:27:48 -07:00
parent 74382fcb30
commit 99989d5472
15 changed files with 26 additions and 4 deletions

View file

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