Click or drag to resize

BibTexEntryTag Constructor (String, String)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the BibTexEntryTag class.

Namespace:  imbSCI.BibTex
Assembly:  imbSCI.BibTex (in imbSCI.BibTex.dll) Version: 0.9.10.
Syntax
C#
public BibTexEntryTag(
	string _key,
	string _value
)
Request Example View Source

Parameters

_key
Type: SystemString
The key.
_value
Type: SystemString
The value.
See Also