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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.