 | 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.
Syntaxpublic TSearch GetAlgorithm<TSearch>()
where TSearch : T
Request Example
View SourceType Parameters
- TSearch
- The type of the search.
Return Value
Type:
TSearch
Exceptions| Exception | Condition |
|---|
| ArgumentException | Algorithm of type: " + typeof(TSearch).Name + " not found in the collection |
See Also