![]() | detach Methods |
Name | Description | |
---|---|---|
![]() ![]() ![]() | DetachT1, T2(IEnumerableTupleT1, T2, IGuardT2) |
Transform an IEnumerableT of TupleT1, T2s into only the TupleT1, T2's first element, assigning the second element to an IGuardT upon enumeration.
|
![]() ![]() | DetachT1, T2(IListTupleT1, T2, IGuardT2) |
Transform an IListT of TupleT1, T2s into only the TupleT1, T2's first element, assigning the second element to an IGuardT upon enumeration.
|
![]() ![]() | DetachT1, T2, T3(IEnumerableTupleT1, T2, T3, IGuardT3) |
Transform an IEnumerableT of TupleT1, T2, T3s into only the TupleT1, T2, T3's first and second elements, assigning the third element to an IGuardT upon enumeration.
|
![]() ![]() | DetachT1, T2, T3(IListTupleT1, T2, T3, IGuardT3) |
Transform an IListT of TupleT1, T2, T3s into only the TupleT1, T2, T3's first and second elements, assigning the third element to an IGuardT upon enumeration.
|
![]() ![]() | DetachT1, T2, T3(IEnumerableTupleT1, T2, T3, IGuardT2, IGuardT3) |
Transform an IEnumerableT of TupleT1, T2, T3s into only the TupleT1, T2, T3's first element, assigning the second and third elements to IGuardTs upon enumeration.
|
![]() ![]() | DetachT1, T2, T3(IListTupleT1, T2, T3, IGuardT2, IGuardT3) |
Transform an IListT of TupleT1, T2, T3s into only the TupleT1, T2, T3's first element, assigning the second and third elements to IGuardTs upon enumeration.
|
![]() ![]() | DetachT1, T2, T3, T4(IEnumerableTupleT1, T2, T3, T4, IGuardT4) |
Transform an IEnumerableT of TupleT1, T2, T3, T4s into only the TupleT1, T2, T3, T4's first, second, and third elements, assigning the remaining elements to IGuardTs upon enumeration.
|
![]() ![]() | DetachT1, T2, T3, T4(IListTupleT1, T2, T3, T4, IGuardT4) |
Transform an IListT of TupleT1, T2, T3, T4s into only the TupleT1, T2, T3, T4's first, second, and third elements, assigning the remaining elements to IGuardTs upon enumeration.
|
![]() ![]() | DetachT1, T2, T3, T4(IEnumerableTupleT1, T2, T3, T4, IGuardT3, IGuardT4) |
Transform an IEnumerableT of TupleT1, T2, T3, T4s into only the TupleT1, T2, T3, T4's first and second elements, assigning the remaining elements to IGuardTs upon enumeration.
|
![]() ![]() | DetachT1, T2, T3, T4(IListTupleT1, T2, T3, T4, IGuardT3, IGuardT4) |
Transform an IListT of TupleT1, T2, T3, T4s into only the TupleT1, T2, T3, T4's first and second elements, assigning the remaining elements to IGuardTs upon enumeration.
|
![]() ![]() | DetachT1, T2, T3, T4(IEnumerableTupleT1, T2, T3, T4, IGuardT2, IGuardT3, IGuardT4) |
Transform an IEnumerableT of TupleT1, T2, T3, T4s into only the TupleT1, T2, T3, T4's first element, assigning the remaining elements to IGuardTs upon enumeration.
|
![]() ![]() | DetachT1, T2, T3, T4(IListTupleT1, T2, T3, T4, IGuardT2, IGuardT3, IGuardT4) |
Transform an IListT of TupleT1, T2, T3, T4s into only the TupleT1, T2, T3, T4's first element, assigning the remaining elements to IGuardTs upon enumeration.
|