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