Push multiple elements to the sequence

C# | Visual Basic | Visual C++ |
public void PushMulti( T[] data, BACK_OR_FRONT backOrFront )
Public Sub PushMulti ( _ data As T(), _ backOrFront As BACK_OR_FRONT _ )
public: void PushMulti( array<T>^ data, BACK_OR_FRONT backOrFront )

- data (array< T >[]()[])
- The data to push to the sequence
- backOrFront (BACK_OR_FRONT)
- Specify if pushing to the back or front