Method GetSupportedMethodListFill
- Namespace
- Zyl.VectorTraits
- Assembly
- VectorTraits.dll
GetSupportedMethodListFill<T>(ICollection<T>, params string[])
Get supported method list and fill (取得支持的方法列表并填充).
public static int GetSupportedMethodListFill<T>(ICollection<T> output, params string[] methodNames) where T : Delegate
Parameters
outputICollection<T>Output target (输出目标).
methodNamesstring[]Method name list (方法名列表).
Returns
- int
Returns method count (返回方法数量)
Type Parameters
TDelegate type (委托类型).