Share via


CompositionProjectedShadowCasterCollection.First Method

Definition

Returns an iterator for the items in the collection.

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

Returns

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

Implements

Applies to

See also