Adds the specified MapItems to the end of the collection.
Overload List
Name | Description | |
---|---|---|
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.
|