TextElementCollection<TextElementType>.AddRange Method
.NET Framework 4
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. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.