Adrian So
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Edited out modifier being incorrectly removed
I have the following interface: public interface IFileLineReader{ bool TryReadAllLines(string filename, out string error, out string[] lines);} and in a different file, have typed so far: if (!t...