Method GetSupportedMethodList
- Namespace
- Zyl.VectorTraits
- Assembly
- VectorTraits.dll
GetSupportedMethodList<T>(params string[])
Get supported method list (取得支持的方法列表).
public static List<T> GetSupportedMethodList<T>(params string[] methodNames) where T : Delegate
Parameters
methodNames
string[]Method name list (方法名列表).
Returns
- List<T>
Returns method list (返回方法列表)
Type Parameters
T
Delegate type (委托类型).