Click or drag to resize

LazyDataHelperTInsertOneManuallyCreated Method

NOTE: Use InsertItems(Int32, Int32, Boolean) for bulk inserts, as it's way faster

Namespace:  Com.ForbiddenByte.OSA.DataHelpers
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public void InsertOneManuallyCreated(
	int index,
	T model,
	bool freezeEndEdge = false
)

Parameters

index
Type: SystemInt32
model
Type: T
freezeEndEdge (Optional)
Type: SystemBoolean
Version Information

Optimized ScrollView Adapter

Supported in: 4.3
See Also