ChooseExtension Class
Choose extension.
Namespace: MoreLinq.ExtensionsAssembly: MoreLinq (in MoreLinq.dll) Version: 4.0.0+092a40d82a1b280568ffa006d9a210bdec0792cd
public static class ChooseExtension
<ExtensionAttribute>
Public NotInheritable Class ChooseExtension
[ExtensionAttribute]
public ref class ChooseExtension abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type ChooseExtension = class end
- Inheritance
 - Object    ChooseExtension
 
 | ChooseT, 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.
             |