B
Bikhod
Hi
Refering to my sample below, can anyone please tell me why my list is
not appearing correctly on my VS.NET generated web site?
The summary and remarks are fine, but the HTML is showing the list as
Invariants of a stack: <list type="bullet"> <item>Count must be
positive</item> <item>Count can not exceed capacity</item> <item>Empty
if no elements</item> </list>
-----------------------------------------------
/// <summary>
/// Invariants of a stack:
/// <list type="bullet">
/// <item>Count must be positive</item>
/// <item>Count can not exceed capacity</item>
/// <item>Empty if no elements</item>
/// </list>
/// </summary>
/// <param name="source">blah blah.</param>
/// <param name="stack">more blah</param>
[Conditional("DEBUG")]
public void Invariants(string source, IStack stack)
{
}
Refering to my sample below, can anyone please tell me why my list is
not appearing correctly on my VS.NET generated web site?
The summary and remarks are fine, but the HTML is showing the list as
Invariants of a stack: <list type="bullet"> <item>Count must be
positive</item> <item>Count can not exceed capacity</item> <item>Empty
if no elements</item> </list>
-----------------------------------------------
/// <summary>
/// Invariants of a stack:
/// <list type="bullet">
/// <item>Count must be positive</item>
/// <item>Count can not exceed capacity</item>
/// <item>Empty if no elements</item>
/// </list>
/// </summary>
/// <param name="source">blah blah.</param>
/// <param name="stack">more blah</param>
[Conditional("DEBUG")]
public void Invariants(string source, IStack stack)
{
}