Click or drag to resize
ExpiringListTAddRange Method
Adds a range of items to the list.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void AddRange(
	IEnumerable<T> items
)

Parameters

items
Type: System.Collections.GenericIEnumerableT
See Also