GeometryCollection.AddRange Methods
Adds the contents of another collection to the end of this collection.
Thread safety: This property is not thread-safe.
AddRange(IEnumerable< Geometry > items)
Adds the elements of the specified collection to the end of the collection.Syntax
public void AddRange (
IEnumerable< Geometry > items
)
Parameters
items
Type: A collection of Geometry elements.
The collection whose elements should be added to the end of the collection.
The collection whose elements should be added to the end of the collection.
Platforms
Windows, Linux, Android