Click or drag to resize

BibTexEntryModel Constructor (String, String)

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

Namespace:  imbSCI.BibTex
Assembly:  imbSCI.BibTex (in imbSCI.BibTex.dll) Version: 0.9.10.
Syntax
C#
public BibTexEntryModel(
	string entryKey,
	string entryType
)
Request Example View Source

Parameters

entryKey
Type: SystemString
The entry key.
entryType
Type: SystemString
Type of the entry.
See Also