Table of Contents

Method GetSupportedMethodListCallback

Namespace
Zyl.VectorTraits
Assembly
VectorTraits.dll

GetSupportedMethodListCallback<T>(Action<T>, params string[])

Get supported method list and output callback (取得支持的方法列表并输出到 callback ).

public static int GetSupportedMethodListCallback<T>(Action<T> callback, params string[] methodNames) where T : Delegate

Parameters

callback Action<T>

Output callback (输出的回调).

methodNames string[]

Method name list (方法名列表).

Returns

int

Returns method count (返回方法数量)

Type Parameters

T

Delegate type (委托类型).