C# Block problem with var x;
-
In C#, we use vars of type T. This is expressed as something like:
var x<t>;
var x<string>;The code block plugin appends closing html tags for such. So the code block shows:
</t>;</string>;
Seems like a problem… those closing tags should not be in the code block.
This is a most excellent plugin. If there is a work around or a fix for this, that would be great.Thanks
ScottGeekThe page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘C# Block problem with var x;’ is closed to new replies.