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.

Syntax

<c>constant</c>

Examples

Visual Basic

''' <summary><c>Prop1</c> is our sample property.</summary>

Property prop1() As String

C#

/// <summary><c>Prop1</c> is our sample property.</summary>

public string prop1

 

See Also