Condividi tramite


CompositionProjectedShadowCasterCollection.First Metodo

Definizione

Restituisce un iteratore per gli elementi dell'insieme.

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

Restituisce

Oggetto iteratore. La posizione corrente dell'iteratore è la posizione di indice 0 o alla fine della raccolta se la raccolta è vuota.

Implementazioni

Si applica a

Vedi anche