E
Emre DÝNÇER
is it possible to have a multiple criteria switch in C#
switch(name , surname){
case "John","Smith"
break;
}
thanks in advance
switch(name , surname){
case "John","Smith"
break;
}
thanks in advance