IArrayDisposerTExtract Method

Finds required element according to given filter and returns them. Disposes all the rest.

Definition

Namespace: TCX.Configuration
Assembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
IArrayDisposer<T> Extract(
	Func<T, bool> filter
)

Parameters

filter  FuncT, Boolean
filter which will select required element from original array

Return Value

IArrayDisposerT
IArrayDisposer object with the found elements according to given filter

See Also