Click or drag to resize
ExpiringListTAddRangeOrRefresh Method
Adds a range of items to the list. Items that already exist in the list have their timestamps refreshed.

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

Parameters

items
Type: System.Collections.GenericIEnumerableT
See Also