Adds the specified MapItems to the start of the collection.

Overload List

  NameDescription
AddFirst(MapItem)
Adds the specified MapItem to the start of the collection.
AddFirst<(Of <(T>)>)(IEnumerable<(Of <(T>)>))
Adds the specified enumerable set of MapItem objects to the top of the collection.

See Also