DoubleKeyFrameCollection.First Method

Definition

Returns the iterator for iteration over the items in the collection.

public:
 virtual IIterator<DoubleKeyFrame ^> ^ First() = IIterable<DoubleKeyFrame ^>::First;
IIterator<DoubleKeyFrame> First();
public IIterator<DoubleKeyFrame> First();
function first()
Public Function First () As IIterator(Of DoubleKeyFrame)

Returns

The iterator object. The iterator's current position is at the 0-index position, or at the collection end if the collection is empty.

Implements

Applies to