Click or drag to resize

modelRecordCollectionT, TRecordItem Property (T)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets test (global) level of IModelRecord for the specified key.

Namespace:  imbSCI.DataComplex.data.modelRecords
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public TRecord this[
	T key
] { get; }
Request Example View Source

Parameters

key
Type: T
The key.

Property Value

Type: TRecord
The IModelRecord.

Return Value

Type: TRecord
See Also