Overload List

  Name Description
Public method AddRange(array<T>[]()[][])
Adds an array of objects to the collection. This methods clears the collection before adding new items. Don't use it if you want to keep preexisting items.
(Inherited from BaseCollection<(Of <(<'T>)>)>.)
Public method AddRange(array<Appointment>[]()[][])
Adds an array of Appointment objects to the collection. This methods clears collection before adding new items. Don't use it if you want to save previously existed items.
(Overrides BaseCollection<(Of <(<'T>)>)>..::..AddRange(array<T>[]()[][]).)

See Also