Create a new <example> attribute.

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

Parameters

description

The description to place inside the <example' tag.

See Also

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


View Main Product Page