Click or drag to resize

AsyncReactiveListTInsert Method

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

Parameters

index
Type: SystemInt32
The zero-based index at which item should be inserted.
item
Type: T
The object to insert. The value can be for reference types.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionindex is less than 0.-or- index is greater than Count.
See Also