Adds the specified MapItems to the end of the collection.

Overload List

  NameDescription
Add(T)
Adds an object to the end of the Collection<(Of <(T>)>).
(Inherited from Collection<(Of <(MapItem>)>).)
Add<(Of <(T>)>)(IEnumerable<(Of <(T>)>))
Adds an enumerable set of MapItem objects to the end of the collection.

See Also