Click or drag to resize

SupportFoldersAddRange Method

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Adds the elements of the collection to the list.

Namespace:  netDxf.Collections
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public void AddRange(
	IEnumerable<string> collection
)
Request Example View Source

Parameters

collection
Type: System.Collections.GenericIEnumerableString
The collection whose elements should be added to the end of the list. The items in the collection cannot be null.
See Also