Click or drag to resize

DelayedListTAddRange Method

Adds multiple items to the list the next time ProcessPending is called.

Namespace:  Archon.SwissArmyLib.Collections
Assembly:  Archon.SwissArmyLib (in Archon.SwissArmyLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void AddRange(
	IEnumerable<T> items
)
Request Example View Source

Parameters

items
Type: System.Collections.GenericIEnumerableT
The items to add.
See Also