Pop multiple elements from the sequence

C# | Visual Basic | Visual C++ |
public T[] PopMulti( int count, BACK_OR_FRONT backOrFront )
Public Function PopMulti ( _ count As Integer, _ backOrFront As BACK_OR_FRONT _ ) As T()
public: array<T>^ PopMulti( int count, BACK_OR_FRONT backOrFront )

- count (Int32)
- The number of elements to be poped
- backOrFront (BACK_OR_FRONT)
- The location the pop operation is started

The elements poped from the sequence