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