GeoJsonFeatureCollection.AddRange method

Version 1.0.0-beta002
.NET Framework 4.7
Namespace Skybrud.Essentials.Maps.GeoJson.Features
Assembly Skybrud.Essentials.Maps.dll

AddRange(IEnumerable<T>)

Adds the specified collection of features.

public Void AddRange(IEnumerable<T> features)

Parameters

features IEnumerable<T>

A collection with the features to be added.

Returns