DisposerExtensionsExtractFirstOrDefault Method

Overload List

ExtractFirstOrDefaultT(T) Finds first element and returns it. Disposes all the rest.
ExtractFirstOrDefaultT(T, FuncT, Boolean) Finds first element accorfing to given filter and returns it. Disposes all the rest.

See Also