Create a new <returns> attribute.

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

Parameters

description

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

See Also

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


View Main Product Page