Basic question here, but how would I reference the following (ie does it have a name). I looked on msdn and all I could find was they called is XML Documentation, which seems a bit misleading.
/// <summary>
/// This is a simple summary for my class
/// </summary>
/// <param name="foo"></param>
/// <param name="bar"></param>
Not really important I guess, just curious.