Token matchers

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

Syntax

C#
protected List<ITokenMatcher> m
Visual Basic (Declaration)
Protected m As List(Of ITokenMatcher)
Visual C++
protected:
List<ITokenMatcher^>^ m

See Also