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
Returns
- int
Returns method count (返回方法数量)
Type Parameters
T
Delegate type (委托类型).