JSType.Function<T1,T2> Class

Definition

Marshals as the JavaScript Function type.

public sealed class JSType.Function<T1,T2> : System.Runtime.InteropServices.JavaScript.JSType where T1 : JSType where T2 : JSType
type JSType.Function<'T1, 'T2 (requires 'T1 :> JSType and 'T2 :> JSType)> = class
    inherit JSType
Public NotInheritable Class JSType.Function(Of T1, T2)
Inherits JSType

Type Parameters

T1

The type of marshalled parameter or result.

T2

The type of marshalled parameter.

Inheritance
JSType.Function<T1,T2>

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