Is there a way to perform an atomic (read-update-write) OR operation on two bytes in C#?

后端 未结 0 836
北海茫月
北海茫月 2021-02-01 12:01

I looked at the Interlocked.Or method in .NET 5. This is great for two integer values. Is there a way to perform the equivalent of this on two separate byte values?

I sea

相关标签:
回答
  • 消灭零回复
提交回复
热议问题