Click or drag to resize

LazyListTRemoveAt Method

Note: This API is now obsolete.

Namespace:  frame8.ScrollRectItemsAdapter.Util
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
[ObsoleteAttribute("Use Remove(int index, int count) below")]
public void RemoveAt(
	int index
)

Parameters

index
Type: SystemInt32
Version Information

Optimized ScrollView Adapter

Obsolete (compiler warning) in 4.0
Obsolete (compiler warning) in 3.0
See Also