开发者

^= operator in vb.net (Xor Equals)?

Is开发者_运维问答 there an equivalent in VB.NET to the C# ^= operator?


You have to code it like this:

A = A Xor B
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜