blah blah blah is here! blah blah » Close

0
votes
1 answers

Simple problem C# (returning a xmlNode)

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 ...

Feedback