Click or drag to resize

AsyncReactiveListTInsertRange Method

Namespace:  Kit.Containers
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public void InsertRange(
	int index,
	IEnumerable<T> items
)
Request Example View Source

Parameters

index
Type: SystemInt32
The zero-based index at which the new elements should be inserted.
items
Type: System.Collections.GenericIEnumerableT
Exceptions
ExceptionCondition
ArgumentNullExceptioncollection is .
ArgumentOutOfRangeExceptionindex is less than 0.-or- index is greater than Count.
See Also