ArrayConstructor.ConstructArray(Object[]) Methode

Definitie

Helpermethode waarmee een nieuwe matrix wordt gemaakt en gevuld met de opgegeven waarden.

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

public:
 Microsoft::JScript::ArrayObject ^ ConstructArray(cli::array <System::Object ^> ^ args);
public Microsoft.JScript.ArrayObject ConstructArray(object[] args);
member this.ConstructArray : obj[] -> Microsoft.JScript.ArrayObject
Public Function ConstructArray (args As Object()) As ArrayObject

Parameters

args
Object[]

De waarden waarmee de matrix moet worden gevuld.

Retouren

De nieuwe matrix.

Van toepassing op