Click or drag to resize
FdfNamedObjectSetTAddRange Method
Adds range of members to the end of the set. Duplicate members will not get added, nor will yield an exception.

Namespace: FDF.Common
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public void AddRange(
	IList<T> items
)

Parameters

items
Type: System.Collections.GenericIListT
Range of members to add.
Remarks