Tesla Graphics Engine Documentation (January 2012)
Set Method (value, index)
TeslaTesla.CoreDataBuffer<(Of <(<'T>)>)>Set(T, Int32)
Absolute set operation. Stores the value at the specified index, if its within range.
Declaration Syntax
C#
public void Set(
	T value,
	int index
)
Parameters
value (T)
Value to store
index (Int32)
Index to store the value at
Exceptions
Exception Condition
ArgumentOutOfRangeException Thrown if the index is not within [0, Length - 1] range.

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