Click or drag to resize

DotNETCoreCompatConvertAllTIn, TOut Method

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

Optimized ScrollView Adapter

Supported in: 3.1
See Also