ArrayPrototype.concat(Object, VsaEngine, Object[]) Metod

Definition

Sammanfogar objekt eller matriser till slutet av det angivna objektet eller matrisen.

Detta API stöder produktinfrastrukturen och är inte avsett att användas direkt från koden.

public:
 static Microsoft::JScript::ArrayObject ^ concat(System::Object ^ thisob, Microsoft::JScript::Vsa::VsaEngine ^ engine, ... cli::array <System::Object ^> ^ args);
[Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasEngine | Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject | Microsoft.JScript.JSFunctionAttributeEnum.HasVarArgs, Microsoft.JScript.JSBuiltin.Array_concat)]
public static Microsoft.JScript.ArrayObject concat(object thisob, Microsoft.JScript.Vsa.VsaEngine engine, params object[] args);
[<Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasEngine | Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject | Microsoft.JScript.JSFunctionAttributeEnum.HasVarArgs, Microsoft.JScript.JSBuiltin.Array_concat)>]
static member concat : obj * Microsoft.JScript.Vsa.VsaEngine * obj[] -> Microsoft.JScript.ArrayObject
Public Shared Function concat (thisob As Object, engine As VsaEngine, ParamArray args As Object()) As ArrayObject

Parametrar

thisob
Object

Det objekt som den här metoden agerar på.

engine
VsaEngine

En referens till skriptmotorn.

args
Object[]

Objekten eller matriserna som ska läggas till i thisob.

Returer

thisob och args sammanfogade.

Attribut

Gäller för