VertexChannel.IndexOf Method (T)
Note
This method is available only when developing for Windows.
Gets the index of the specified item.
Syntax
'Declaration
Public Function IndexOf ( _
item As T _
) As Integer
public int IndexOf (
T item
)
public:
int IndexOf(
T item
)
Parameters
- item
Type: T
Item whose index is to be retrieved.
Return Value
Type: Int32
Index of specified item.
Requirements
Namespace: Microsoft.Xna.Framework.Content.Pipeline.Graphics
Assembly: Microsoft.Xna.Framework.Content.Pipeline (in microsoft.xna.framework.content.pipeline.dll)
See Also
Reference
VertexChannel Generic Class
VertexChannel Members
Microsoft.Xna.Framework.Content.Pipeline.Graphics Namespace
Platforms
Windows 7, Windows Vista, Windows XP