Tesla Graphics Engine Documentation (January 2012)
Get Method (store)
TeslaTesla.CoreDataBuffer<(Of <(<'T>)>)>Get(array<T>[]()[][])
Relative bulk get operation. Copies the data from the buffer at the current position to the end of the array store.
Declaration Syntax
C#
public void Get(
	T[] store
)
Parameters
store (array<T>[]()[][])
Array to store the copied data from the buffer
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)