Click or drag to resize

Tokenizer Constructor

Initializes a new instance of the Tokenizer class

Namespace:  BibtexLibrary.Tokenizer
Assembly:  BibtexLibrary.Standard (in BibtexLibrary.Standard.dll) Version: 1.4.4
Syntax
C#
public Tokenizer(
	ExpressionDictionary dictionary,
	string input
)

Parameters

dictionary
Type: BibtexLibrary.TokenizerExpressionDictionary
input
Type: SystemString
See Also