Create a new <param' element.
[Visual Basic]
Overloads Public Sub New( _
ByVal name As String, _
ByVal description As String _
)
[C#]
public VBXC_ParamAttribute(
string name,
string description
);
Parameters
name
The name of the parameter to set. This is only used if you are applying this attribute to the method and not before the parameter itself.
description
The description you wish to show in the parameter.
See Also
VBXC_ParamAttribute Class | VBXC_ParamAttribute Members | Fesersoft.VB.Comments Namespace | VBXC_ParamAttribute Constructor Overload List