EffectTechniqueCollection.Item Property (Int32)

Gets a specific element in the collection by using an index value.

Syntax

'Declaration
Public ReadOnly Property Item ( _
         index As Integer _
) As EffectTechnique 
public EffectTechnique this [
         int index
] { get; }
public:
property EffectTechnique default [Int32] {
         EffectTechnique get (int index);
}

Property Value

Type: EffectTechnique
The object at index index.

Requirements

Namespace: Microsoft.Xna.Framework.Graphics

Assembly: Microsoft.Xna.Framework.Graphics (in microsoft.xna.framework.graphics.dll)

See Also

Reference

EffectTechniqueCollection Class
EffectTechniqueCollection Members
Microsoft.Xna.Framework.Graphics Namespace

Platforms

Windows Phone