ArrayPrototype.push メソッドとは何? わかりやすく解説 Weblio辞書 (original) (raw)

このメソッドは、.NET Framework インフラストラクチャサポートします独自に作成したコードから直接使用するためのものではありません。

名前空間: Microsoft.JScript
アセンブリ: Microsoft.JScript (microsoft.jscript.dll 内)
構文構文

Visual Basic (宣言)

Public Shared Function push ( _ thisob As Object, _ ParamArray args As Object() _ ) As Long

Visual Basic (使用法)

Dim thisob As Object Dim args As Object() Dim returnValue As Long

returnValue = ArrayPrototype.push(thisob, args)

C#

public static long push ( Object thisob, params Object[] args )

C++

public: static long long push ( Object^ thisob, ... array<Object^>^ args )

J#

public static long push ( Object thisob, Object[] args )

JScript

public static function push ( thisob : Object, ... args : Object[] ) : long

パラメータ

thisob

args

プラットフォームプラットフォーム

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

開発プラットフォーム中には.NET Framework によってサポートされていないバージョンありますサポートされているバージョンについては、「システム要件」を参照してください

バージョン情報バージョン情報

.NET Framework
サポート対象 : 2.01.11.0

参照参照

関連項目
ArrayPrototype クラス
ArrayPrototype メンバ
Microsoft.JScript 名前空間