Click or drag to resize

instanceWithRecordCollectionBaseT, TRecordGetAlgorithmTSearch Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets instance of specified type

Namespace:  imbSCI.DataComplex.data.modelRecords
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public TSearch GetAlgorithm<TSearch>()
where TSearch : T
Request Example View Source

Type Parameters

TSearch
The type of the search.

Return Value

Type: TSearch
Exceptions
ExceptionCondition
ArgumentExceptionAlgorithm of type: " + typeof(TSearch).Name + " not found in the collection
See Also