VertexChannel.GetEnumerator Method
Note
This method is available only when developing for Windows.
Gets an enumerator interface for reading channel content.
Namespace: Microsoft.Xna.Framework.Content.Pipeline.Graphics
Assembly: Microsoft.Xna.Framework.Content.Pipeline (in microsoft.xna.framework.content.pipeline.dll)
Syntax
public IEnumerator GetEnumerator ()
Return Value
Enumeration of the channel content.
Remarks
To access strongly typed content data, cast the VertexChannel object to a VertexChannel<T> before calling GetEnumerator. This causes a generic enumerator interface to be returned.
See Also
Reference
VertexChannel Class
VertexChannel Members
Microsoft.Xna.Framework.Content.Pipeline.Graphics Namespace
Platforms
Windows 7, Windows Vista, Windows XP