TextElementCollection<TextElementType>.AddRange(IEnumerable) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Appends a specified range of items to the collection.
public:
void AddRange(System::Collections::IEnumerable ^ range);
public void AddRange (System.Collections.IEnumerable range);
member this.AddRange : System.Collections.IEnumerable -> unit
Public Sub AddRange (range As IEnumerable)
Parameters
- range
- IEnumerable
An object that implements the IEnumerable interface, and that specifies a range of items to add to the collection.
Exceptions
Raised when range includes any null items.
Raised when range is null.
Applies to
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.