Visual3D Game EngineAPI Documentation for XNA, C#, VB, and .NET
Assembly: Visual3D.Engine (in Visual3D.Engine.dll) Version: 1.0.0.0 (1.0.0.0)
Gets/sets value at given index, performing static indexing (in C#).
For faster access consuder use of Data property instead.
Namespace: Visual3D.Graphics3D.Shaders.SharpSLAssembly: 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