![]() | attach Methods |
Name | Description | |
---|---|---|
![]() ![]() | AttachT1, T2(IEnumerableT1, FuncT1, T2) |
Turns each element in an IEnumerableT to a tuple including itself and an output of itself and a selector function.
|
![]() ![]() | AttachT1, T2(IListT1, FuncT1, T2) |
Turns each element in an IListT to a tuple including itself and an output of itself and a selector function.
|
![]() ![]() | AttachT1, T2, T3(IEnumerableTupleT1, T2, FuncT1, T2, T3) |
Turns each element in an IEnumerableT of type TupleT1, T2 to a tuple including itself and an output of itself and a selector function.
|
![]() ![]() | AttachT1, T2, T3(IListTupleT1, T2, FuncT1, T2, T3) |
Turns each element in an IListT of type TupleT1, T2 to a tuple including itself and an output of itself and a selector function.
|
![]() ![]() | AttachT1, T2, T3, T4(IEnumerableTupleT1, T2, T3, FuncT1, T2, T3, T4) |
Turns each element in an IEnumerableT of type TupleT1, T2, T3 to a tuple including itself and an output of itself and a selector function.
|
![]() ![]() | AttachT1, T2, T3, T4(IListTupleT1, T2, T3, FuncT1, T2, T3, T4) |
Turns each element in an IListT of type TupleT1, T2, T3 to a tuple including itself and an output of itself and a selector function.
|
![]() ![]() | AttachT1, T2, T3, T4, T5(IEnumerableTupleT1, T2, T3, T4, FuncT1, T2, T3, T4, T5) |
Turns each element in an IEnumerableT of type TupleT1, T2, T3, T4 to a tuple including itself and an output of itself and a selector function.
|
![]() ![]() | AttachT1, T2, T3, T4, T5(IListTupleT1, T2, T3, T4, FuncT1, T2, T3, T4, T5) |
Turns each element in an IListT of type TupleT1, T2, T3, T4 to a tuple including itself and an output of itself and a selector function.
|