EdgeCollection.AddRange Methods
Adds the contents of another collection to the end of this collection.
AddRange(IEnumerable< Edge > items)
Adds the elements of the specified collection to the end of the collection.Syntax
public void AddRange (
IEnumerable< Edge > items
)
Parameters
The collection whose elements should be added to the end of the collection.
Platforms
Windows, Linux, Android