Click or drag to resize

AbstractToken Constructor (String, Int32)

Initializes a new instance of the AbstractToken class

Namespace:  BibtexLibrary.Tokens
Assembly:  BibtexLibrary.Standard (in BibtexLibrary.Standard.dll) Version: 1.4.4
Syntax
C#
public AbstractToken(
	string value,
	int position
)

Parameters

value
Type: SystemString
position
Type: SystemInt32
See Also