Salut j'aimerais savoir comment on traduit en C# ce prog :

_U16 crc = (_U16)0xffff;

if(crc & (_U16)0x8000) crc=(crc<<1)^(_U16)0x1021;



Merci