JSType.Array<T> Class

Definition

Marshals as a copy of the JavaScript Array or TypedArray type.

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

Type Parameters

T

The type of array element.

Inheritance
JSType.Array<T>

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to