@param parameter-name description
The description may be continued on the next line. This tag is used in a method, function, property or event comment when some arguments are used.
'**
'Sample method with two arguments.
'
'@param x The first parameter.
'@param y The second parameter.
Function method1(ByVal x As Integer, ByVal y As String) As Boolean