Create a new <remarks> attribute.

[Visual Basic]
Public Sub New( _
   ByVal description As String _
)
[C#]
public VBXC_RemarksAttribute(
   string description
);

Parameters

description

The description you wish to show in the 'remarks' tag.

See Also

VBXC_RemarksAttribute Class | VBXC_RemarksAttribute Members | Fesersoft.VB.Comments Namespace


View Main Product Page