FlowControl.ForEachInArr(Array) Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Haalt de enumerator op voor een matrix die wordt herhaald in een For Each lus.
Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.
public:
static System::Collections::IEnumerator ^ ForEachInArr(Array ^ ary);
public static System.Collections.IEnumerator ForEachInArr(Array ary);
static member ForEachInArr : Array -> System.Collections.IEnumerator
Public Function ForEachInArr (ary As Array) As IEnumerator
Public Shared Function ForEachInArr (ary As Array) As IEnumerator
Parameters
- ary
- Array
Een matrix die wordt herhaald in een For Each lus.
Retouren
De enumerator voor ary.
Opmerkingen
Deze klasse ondersteunt de Visual Basic compiler en is niet bedoeld om rechtstreeks vanuit uw code te worden gebruikt.