So I wrote the following code in C#.
class Test { int a; System.IO.StreamReader reader; public Test() { a = 5; reader = new Sys
They are used to support breakpoints when building in debug mode and will make no difference to the execution of your assembly.