JSType.Function<T1,T2,T3,T4> 类

定义

封送作为 JavaScript 函数 类型。

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

类型参数

T1

封送的参数或结果的类型。

T2

封送参数的类型。

T3

封送参数的类型。

T4

封送参数的类型。

继承
JSType.Function<T1,T2,T3,T4>

方法

Equals(Object)

确定指定对象是否等于当前对象。

(继承自 Object)
GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ToString()

返回表示当前对象的字符串。

(继承自 Object)

适用于