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 String | MainPart (Get)Returns the main part of the see-parameter. |
Public String | SubPart (Get)Returns the sub part of the see-parameter. |
| Methods Summary | |
Public | New(param_name As String, param_text As String)Constructor. |
| Method Detail |
Public New(param_name As String, param_text As String)