'Declaration
Protected Overridable Function CommentMatchHandler( _ ByVal match As System.Text.RegularExpressions.Match _ ) As System.String
'Usage
Dim instance As NCodeHighlighter Dim match As System.Text.RegularExpressions.Match Dim value As System.String value = instance.CommentMatchHandler(match)
protected virtual System.string CommentMatchHandler( System.Text.RegularExpressions.Match match )
Parameters
- match