VertexChannel.Contains Method (T)

Note

This method is available only when developing for Windows.

Determines whether the specified element is in the channel.

Syntax

'Declaration
Public Function Contains ( _
         item As T _
) As Boolean 
public bool Contains (
         T item
)
public:
bool Contains(
         T item
)

Parameters

  • item
    Type: T
    Element being searched for.

Return Value

Type: Boolean
true if the element is present; false otherwise.

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