Click or drag to resize

modelRecordCollectionT, TRecordGetInstance Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the instance of the record supplied

Namespace:  imbSCI.DataComplex.data.modelRecords
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public virtual T GetInstance(
	TRecord record
)
Request Example View Source

Parameters

record
Type: TRecord
The record.

Return Value

Type: T
See Also