Tesla Graphics Engine Documentation (January 2012)
Get Method (index)
TeslaTesla.CoreDataBuffer<(Of <(<'T>)>)>Get(Int32)
Absolute get operation. Returns the element at the specified index, provided it is within range.
Declaration Syntax
C#
public T Get(
	int index
)
Parameters
index (Int32)
Index of the value in the buffer
Return Value
The value
Exceptions
Exception Condition
ArgumentOutOfRangeException Throws an exception if the index is outside the range of [0, Length - 1]

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