ElementCollectionAddRange Method
Adds multiple elements to the collection.
Overload List
  NameDescription
Public methodAddRange(ElementCollection)
Adds all elements of another collection to the current collection.
Public methodAddRange(ElementCollection, Int32, Int32, Int32)
Adds elements from another ElementCollection object within the specified range.
Top
See Also