Tesla Graphics Engine Documentation (January 2012)
Get Method (store, startIndex, count)
TeslaTesla.CoreDataBuffer<(Of <(<'T>)>)>Get(array<T>[]()[][], Int32, Int32)
Relative bulk get operation. Copies data from the buffer at the current position to position + count to the array starting at the startIndex.
Declaration Syntax
C#
public void Get(
	T[] store,
	int startIndex,
	int count
)
Parameters
store (array<T>[]()[][])
Array to store the copied data from the buffer
startIndex (Int32)
Zero-based index of the array at which to start writing values
count (Int32)
Number of elements to copy
Exceptions
Exception Condition
ArgumentNullException Thrown if the array is null or length is zero
ArgumentOutOfRangeException Thrown if the operation will exceed the buffer's available capacity

Assembly: Tesla (Module: Tesla) Version: 0.5.0.0 (0.5.0.0)