EffectParameterCollection.Item Property (Int32)

Gets a specific EffectParameter object by using an index value.

Syntax

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

Property Value

Type: EffectParameter
The EffectParameter object at index index.

Requirements

Namespace: Microsoft.Xna.Framework.Graphics

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

See Also

Reference

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

Platforms

Windows Phone