Click or drag to resize

BibTexDataFileConvertToModelT Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Converts all BibTexEntryBase from the file, into dictionary. In case of repeated EntryKey, only the first is part of returned dictionary.

Namespace:  imbSCI.BibTex
Assembly:  imbSCI.BibTex (in imbSCI.BibTex.dll) Version: 0.9.10.
Syntax
C#
public BibTexCollection<T> ConvertToModel<T>(
	ILogBuilder log = null
)
where T : new(), BibTexEntryModel
Request Example View Source

Parameters

log (Optional)
Type: imbSCI.Core.reportingILogBuilder
The log.

Type Parameters

T

Return Value

Type: BibTexCollectionT
See Also