Click or drag to resize

ChooseExtension Class

Choose extension.
Inheritance Hierarchy
SystemObject
  MoreLinq.ExtensionsChooseExtension

Namespace:  MoreLinq.Extensions
Assembly:  MoreLinq (in MoreLinq.dll) Version: 3.3.1+b77df70598ab84c28cd43dcf74594024b6d575e1
Syntax
public static class ChooseExtension

The ChooseExtension type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCode exampleChooseT, TResult
Applies a function to each element of the source sequence and returns a new sequence of result elements for source elements where the function returns a couple (2-tuple) having a true as its first element and result as the second.
Top
See Also