<c>text</c>
where:
The <c> tag gives you a way to indicate that text within a description should be marked as code. Use <code> to indicate multiple lines as code.
Compile with /doc to process documentation comments to a file.
public class MyClass { /// <remarks><c>MyMethod</c> is a method in the <c>MyClass</c> class. /// </remarks> public static void MyMethod(int Int1) { } public static void Main () { } }