ToArrayByIndexExtension Class
ToArrayByIndex extension.
Namespace: MoreLinq.ExtensionsAssembly: MoreLinq (in MoreLinq.dll) Version: 4.0.0+092a40d82a1b280568ffa006d9a210bdec0792cd
public static class ToArrayByIndexExtension
<ExtensionAttribute>
Public NotInheritable Class ToArrayByIndexExtension
[ExtensionAttribute]
public ref class ToArrayByIndexExtension abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type ToArrayByIndexExtension = class end
- Inheritance
- Object    ToArrayByIndexExtension
 | ToArrayByIndexT(IEnumerableT, FuncT, Int32) | Creates an array from an IEnumerableT where a
            function is used to determine the index at which an element will
            be placed in the array. | 
| ToArrayByIndexT(IEnumerableT, Int32, FuncT, Int32) | Creates an array of user-specified length from an
            IEnumerableT where a function is used to determine
            the index at which an element will be placed in the array. | 
| ToArrayByIndexT, TResult(IEnumerableT, FuncT, Int32, FuncT, TResult) | Creates an array from an IEnumerableT where a
            function is used to determine the index at which an element will
            be placed in the array. The elements are projected into the array
            via an additional function. | 
| ToArrayByIndexT, TResult(IEnumerableT, FuncT, Int32, FuncT, Int32, TResult) | Creates an array from an IEnumerableT where a
            function is used to determine the index at which an element will
            be placed in the array. The elements are projected into the array
            via an additional function. | 
| ToArrayByIndexT, TResult(IEnumerableT, Int32, FuncT, Int32, FuncT, TResult) | Creates an array of user-specified length from an
            IEnumerableT where a function is used to determine
            the index at which an element will be placed in the array. The
            elements are projected into the array via an additional function. | 
| ToArrayByIndexT, TResult(IEnumerableT, Int32, FuncT, Int32, FuncT, Int32, TResult) | Creates an array of user-specified length from an
            IEnumerableT where a function is used to determine
            the index at which an element will be placed in the array. The
            elements are projected into the array via an additional function. |