Click or drag to resize

CustomSyntax Constructor

Initializes a new instance of the CustomSyntax class.

Namespace: EdiFabric.Core.Model.Edi
Assembly: EdiFabric (in EdiFabric.dll) Version: 1.0.0
Syntax
public CustomSyntax(
	string validSymbols,
	string name = null
)

Parameters

validSymbols  String
The set of symbols to match against.
name  String  (Optional)
The optional name of the syntax set. Custom by default.
Exceptions
ExceptionCondition
ExceptionThrows exception if no valid symbols.
See Also