@typeparam type-parameter-name description
The description may be continued on the next line. This tag is used in generic members when type arguments are used.
'**
'My generic class.
'
'@typeparam t1 Type to compare. It must implement IComparable.
'@typeparam t2 Any type.
Public Class itemManager(Of t1 As IComparable, t2)