Gino
(Gino Tangpanithan)
1
I am confused that it has Warning: CS0162 - line 347 (1953) - Unreachable code detected. But there is nothing at line 347. Any idea???
cfinley
(Chance Finley)
2
When code is unreachable its typically because something is returned above it prematurely. Can you provide a screenshot of the whole method?