How to avoid short circuit evaluation in C# while doing the same functionality

前端 未结 2 1218
你的背包
你的背包 2020-12-20 12:30

Do we have any operator in C# by which I can avoid short circuit evaluation and traverse to all the conditions.

say

if(txtName.Text.xyz() || txtLas         


        
2条回答
提交回复
热议问题