aswi2022bug-thugs-gitlab/ld_client/LDClient/utils/IoUtils.cs @ 30c849e4
1 |
namespace LDClient.utils { |
---|---|
2 |
|
3 |
public static class IoUtils { |
4 |
|
5 |
public static string ReadFile(string filename) { |
6 |
return File.ReadAllLines(filename).Aggregate("", (current, line) => $"{current}{line}\n"); |
7 |
}
|
8 |
}
|
9 |
}
|
- « Předchozí
- 1
- 2
- Další »