Click or drag to resize

modelRecordCollectionT, TRecordAdd Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Adds the specified item.

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

Parameters

item
Type: T
The item.

Return Value

Type: TRecord
Exceptions
ExceptionCondition
ArgumentExceptionkey instance is already part of collection - item
See Also