Matches vectors/list: [1,2,3]

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

Syntax

C#
public IGrammarMatcher AddListMatcher(
	string open,
	string close,
	string sep
)
Visual Basic (Declaration)
Public Function AddListMatcher ( _
	open As String, _
	close As String, _
	sep As String _
) As IGrammarMatcher
Visual C++
public:
IGrammarMatcher^ AddListMatcher(
	String^ open, 
	String^ close, 
	String^ sep
)

Parameters

open
Type: System..::.String
symbol for opening brace
close
Type: System..::.String
symbol for closing brace
sep
Type: System..::.String
symbol for argument separator

Return Value

the corresponding IGrammarMatcher

See Also