Click or drag to resize

BibTexEntryBase Constructor (String, String, String, translationTextTable)

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

Namespace:  imbSCI.BibTex
Assembly:  imbSCI.BibTex (in imbSCI.BibTex.dll) Version: 0.9.10.
Syntax
C#
public BibTexEntryBase(
	string _source,
	string _type,
	string _key,
	translationTextTable processor = null
)
Request Example View Source

Parameters

_source
Type: SystemString
The source.
_type
Type: SystemString
The type.
_key
Type: SystemString
The key.
processor (Optional)
Type: imbSCI.DataComplex.specialtranslationTextTable
The processor.
See Also