Recognize comments of the form #....

Namespace:  SingularSys.Jep.ConfigurableParser
Assembly:  Jep (in Jep.dll) Version: 1.1.0.0 (1.0.0)

Syntax

C#
public ITokenMatcher AddHashComments()
Visual Basic (Declaration)
Public Function AddHashComments As ITokenMatcher
Visual C++
public:
ITokenMatcher^ AddHashComments()

Return Value

the corresponding matcher.

See Also