.NET

Generics in XML comments
I completely forgot how to reference generic classes within <see/> and <seealso/> tags this morning, call it a total lack of caffeine (which I haven’t had a significant amount of for a month now). Figured someone else may have a similar brain fart, so remember it’s curly braces, not &lt; and &gt; tags which made more sense. /// <summary> /// Used by <see cref="MyGenericClass{T}"/>. /// </summary> And not to go on a tangent, but shouldn’t decaf coffee be at least...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Tuesday, June 22, 2010 8:28 AM | Feedback (1)