TextElementCollection<TextElementType>::AddRange Method (IEnumerable^)
.NET Framework (current version)
Appends a specified range of items to the collection.
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- range
-
Type:
System.Collections::IEnumerable^
An object that implements the IEnumerable interface, and that specifies a range of items to add to the collection.
| Exception | Condition |
|---|---|
| ArgumentException | Raised when range includes any null items. |
| ArgumentNullException | Raised when range is null. |
.NET Framework
Available since 3.0
Available since 3.0
Show: