IArrayDisposerTExtract Method
Finds required element according to given filter and returns them. Disposes all the rest.
Namespace: TCX.ConfigurationAssembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
IArrayDisposer<T> Extract(
Func<T, bool> filter
)
- filter FuncT, Boolean
- filter which will select required element from original array
IArrayDisposerTIArrayDisposer object with the found elements according to given filter