3CX Configuration and Call Control API v4.0.0.0 (v20)
C#
Show/Hide TOC
Disposer
Extensions
Extract
First
Or
Default Method
Overload List
ExtractFirstOrDefault
T
(
T
)
Finds first element and returns it. Disposes all the rest.
ExtractFirstOrDefault
T
(
T
, Func
T, Boolean
)
Finds first element accorfing to given filter and returns it. Disposes all the rest.
See Also
Reference
DisposerExtensions Class
TCX.Configuration Namespace
In This Article
Overload List
See Also