Method CopyTo
- Namespace
- DisCatSharp
- Assembly
- DisCatSharp.dll
CopyTo(T[], int)
Copies this ring buffer to target array, attempting to maintain the order of items within.
public void CopyTo(T[] array, int index)
Parameters
array
T[]Target array.
index
intIndex starting at which to copy the items to.