Visual3D Game EngineAPI Documentation for XNA, C#, VB, and .NET
Gets/sets value at given index, performing static indexing (in C#). For faster access consuder use of Data property instead.

Namespace: Visual3D.Graphics3D.Shaders.SharpSL
Assembly: Visual3D.Engine (in Visual3D.Engine.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

      
 C#  Visual Basic 
public T this[
	int index
] { get; set; }
Public Default Property Item ( _
	index As Integer _
) As T
	Get
	Set

Parameters

index
Int32

Implements

IList<(Of <(<'T>)>)>..::..Item[([( Int32])])

See Also