Match<>(input, generex, startAt) MatchExact<>(input, generex, mustStartAt, mustEndAt) New<>(comparer, elements) Not<>(comparer, elements)
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[])Declarationinternal static TResultGenerex InAnyOrder<TInputGenerex, TResultGenerex>(
Func<TInputGenerex, TResultGenerex, TResultGenerex> thenner,
Func<TResultGenerex, TResultGenerex, TResultGenerex> orer,
Func<TResultGenerex> constructor,
TInputGenerex[] generexes
) Generic type parametersTInputGenerex | This type parameter is not documented. | TResultGenerex | This type parameter is not documented. |
|