FlowControl.ForEachInArr(Array) Methode

Definitie

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.

Van toepassing op

Zie ook