Click or drag to resize

AsyncReactiveListTRemoveRange Method

Namespace:  Kit.Containers
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public void RemoveRange(
	int index,
	int count
)
Request Example View Source

Parameters

index
Type: SystemInt32
The zero-based starting index of the range of elements to remove.
count
Type: SystemInt32
The number of elements to remove.
Exceptions
See Also