Click or drag to resize

LazyListT Constructor

Namespace:  frame8.ScrollRectItemsAdapter.Util
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public LazyList(
	Func<int, T> newValueCreator,
	int initialCount
)

Parameters

newValueCreator
Type: SystemFuncInt32, T
initialCount
Type: SystemInt32
Version Information

Optimized ScrollView Adapter

Supported in: 3.1
See Also