Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: TResultGenerex InAnyOrder<TInputGenerex, TResultGenerex>(Func<TInputGenerex, TResultGenerex, TResultGenerex>, Func<TResultGenerex, TResultGenerex, TResultGenerex>, Func<TResultGenerex>, TInputGenerex[])

Declaration

internal static TResultGenerex InAnyOrder<TInputGenerex, TResultGenerex>(
    Func<TInputGenerex, TResultGenerex, TResultGenerex> thenner,
    Func<TResultGenerex, TResultGenerex, TResultGenerex> orer,
    Func<TResultGenerex> constructor,
    TInputGenerex[] generexes
)

Generic type parameters

TInputGenerexThis type parameter is not documented.
TResultGenerex
  • Must be a reference type.
This type parameter is not documented.