DotNETCoreCompatConvertAllToArrayTIn, TOut Method |
Namespace:
frame8.Logic.Misc.Other
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic static TOut[] ConvertAllToArray<TIn, TOut>(
IEnumerable<TIn> objects,
Func<TIn, TOut> converter
)
Parameters
- objects
- Type: System.Collections.GenericIEnumerableTIn
- converter
- Type: SystemFuncTIn, TOut
Type Parameters
- TIn
- TOut
Return Value
Type:
TOut
Version InformationOptimized ScrollView Adapter
Supported in: 4.3
See Also