Show / Hide Table of Contents

Method AddRange

AddRange(IEnumerable<T>)

Adds the elements of the specified collection to the end of the RuntimeCollection<T>.

Declaration
public virtual void AddRange(IEnumerable<T> items)
Parameters
Type Name Description
IEnumerable<T> items

The collection whose elements should be added to the end of the RuntimeCollection<T>. The collection itself cannot be null, but it can contain elements that are null, if type T is a reference type.

Applies to

Platforms and versions
TargetVersions
UWP100.15
In This Article
Back to top Copyright © 2022 Esri.