Visual3D Game EngineAPI Documentation for XNA, C#, VB, and .NET

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

Syntax

      
 C#  Visual Basic 
public float1 this[
	IOperand<int> iComponent
] { get; set; }
Public Default Property Item ( _
	iComponent As IOperand(Of Integer) _
) As float1
	Get
	Set

Parameters

iComponent
IOperand<(Of <(<'Int32>)>)>

See Also