Click or drag to resize

OpeningBrace Constructor (String, Int32)

Initializes a new instance of the OpeningBrace class

Namespace:  BibtexLibrary.Tokens
Assembly:  BibtexLibrary.Standard (in BibtexLibrary.Standard.dll) Version: 1.4.4
Syntax
C#
public OpeningBrace(
	string Value,
	int Postion
)

Parameters

Value
Type: SystemString
Postion
Type: SystemInt32
See Also