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
arrayT[]Target array.
indexintIndex starting at which to copy the items to.