JSType.Array<T> クラス

定義

JavaScript 配列 または TypedArray 型のコピーとしてマーシャリングします。

public: generic <typename T>
 where T : JSTyperef class JSType::Array sealed : System::Runtime::InteropServices::JavaScript::JSType
public sealed class JSType.Array<T> : System.Runtime.InteropServices.JavaScript.JSType where T : JSType
type JSType.Array<'T (requires 'T :> JSType)> = class
    inherit JSType
Public NotInheritable Class JSType.Array(Of T)
Inherits JSType

型パラメーター

T

配列要素の型。

継承
JSType.Array<T>

メソッド

Equals(Object)

指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetHashCode()

既定のハッシュ関数として機能します。

(継承元 Object)
GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()

現在の Object の簡易コピーを作成します。

(継承元 Object)
ToString()

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

適用対象