CurveKeyCollection Members

The following tables list the members exposed by the CurveKeyCollection type.

Public Constructors

Name Description
Public Method CurveKeyCollection Initializes a new instance of CurveKeyCollection.

Public Properties

Name Description
Public Property Count Gets the number of elements contained in the CurveKeyCollection.
Public Property IsReadOnly Returns a value indicating whether the CurveKeyCollection is read-only.
Public Property Item Gets or sets the element at the specified index.

Public Methods

Name Description
Public Method Add Adds a CurveKey to the CurveKeyCollection.
Public Method Clear Removes all CurveKeys from the CurveKeyCollection.
Public Method Clone Creates a copy of the CurveKeyCollection.
Public Method Contains Determines whether the CurveKeyCollection contains a specific CurveKey.
Public Method CopyTo Copies the CurveKeys of the CurveKeyCollection to an array, starting at the array index provided.
Public Method Equals (Inherited from Object.)
Public Method GetEnumerator Returns an enumerator that iterates through the CurveKeyCollection.
Public Method GetHashCode (Inherited from Object.)
Public Method GetType (Inherited from Object.)
Public Method IndexOf Determines the index of a CurveKey in the CurveKeyCollection.
Public Method Remove Removes the first occurrence of a specific CurveKey from the CurveKeyCollection.
Public Method RemoveAt Removes the CurveKey at the specified index.
Public Method ToString (Inherited from Object.)

Protected Methods

Name Description
Protected Method Finalize (Inherited from Object.)
Protected Method MemberwiseClone (Inherited from Object.)

See Also

Reference

CurveKeyCollection Class
Microsoft.Xna.Framework Namespace