Table of Contents

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

output ICollection<T>

Output target (输出目标).

methodNames string[]

Method name list (方法名列表).

Returns

int

Returns method count (返回方法数量)

Type Parameters

T

Delegate type (委托类型).