Share via


CurveKeyCollection.Add Method

Adds a CurveKey to the CurveKeyCollection.

Syntax

'Declaration
Public Sub Add ( _
         item As CurveKey _
)
public void Add (
         CurveKey item
)
public:
void Add(
         CurveKey item
)

Parameters

Exceptions

Exception type Condition
ArgumentNullException item is null.

Requirements

Namespace: Microsoft.Xna.Framework

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

See Also

Reference

CurveKeyCollection Class
CurveKeyCollection Members
Microsoft.Xna.Framework Namespace

Platforms

Windows Phone