Click or drag to resize

DotNETCoreCompatConvertAllToArrayTIn, TOut Method

Namespace:  frame8.Logic.Misc.Other
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public 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 Information

Optimized ScrollView Adapter

Supported in: 4.1
See Also