Click or drag to resize

ClosingBrace Constructor (String, Int32)

Initializes a new instance of the ClosingBrace class

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

Parameters

value
Type: SystemString
postion
Type: SystemInt32
See Also