votes
garbage collection
[code]using System; class MyClass { int a, b; // private // Create a class factory for MyClass. public MyClass Factory(int i, int j) { MyClass t = new MyClass(); t.a = i; t.b = j; [b]retu ...
blah blah blah is here! blah blah » Close
[code]using System; class MyClass { int a, b; // private // Create a class factory for MyClass. public MyClass Factory(int i, int j) { MyClass t = new MyClass(); t.a = i; t.b = j; [b]retu ...
I have a text box that displays value from a set of variables. It displays values with a carriage return in only one text box. How do we remove the carriage return and display the values in their respective text boxes. The values are ...
I had to split up my function with a if but the function does not allow returning values defined in the if() if (nodeHeader == "SUBJ:"){ XmlNode T1 = d.CreateNode(XmlNodeType.Element, "ap", "Topic", "x ...
I am using WebClient to download simple xml files from a server. During the process it's stripping out the carriage returns from the file. It doesn't affect the usability but it does affect the readability. Can I force it to treat the downl ...
Got feedack? Found a bug? report it here.