<pre class="brush: csharp">// Commentpublic class Testing {public Testing() {}public void Method() {/* Another Commenton multiple lines */int x = 9;}}</pre>
// Comment
public class Testing {
public Testing() {
}
public void Method() {
/* Another Comment
on multiple lines */
int x = 9;
}
}
No comments:
Post a Comment