Click or drag to resize

AsyncReactiveListTAddRange Method

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

Parameters

items
Type: System.Collections.GenericIEnumerableT
Exceptions
ExceptionCondition
ArgumentNullExceptioncollection is .
See Also