CLASS: Comment
Class SeeParameter

Parameter
|
+--SeeParameter

Class to represent a "see" @-parameter in a comment. This parameter parses the parameter text to provide hyperlinking to the class the see parameter refers to.

The syntax of the parameter is: @see <class name>#<method/function/property name>

The second part (the method/function/property) part is optional and will create a link to the type.


Property Summary
Public StringMainPart (Get)
     Returns the main part of the see-parameter.
Public StringSubPart (Get)
     Returns the sub part of the see-parameter.

Methods Summary
PublicNew(param_name As String, param_text As String)
     Constructor.

Method Detail

New

Public New(param_name As String, param_text As String)
Constructor.