I’m confused as to why this code won’t compile: var result = $"{fieldName}{isDescending ? " desc" : string.Empty}"; If I split it up, ...
-
May 3, 2022
- 0 Comments