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
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.