'Declaration
Protected Overridable Function KeywordMatchHandler( _ 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.KeywordMatchHandler(match)
protected virtual System.string KeywordMatchHandler( System.Text.RegularExpressions.Match match )
Parameters
- match