Table of Contents

Method GetSupportedMethodListFill

Namespace
Zyl.VectorTraits.Impl
Assembly
VectorTraits.dll

GetSupportedMethodListFill<T>(ICollection<T>, IEnumerable<Type>, params string[])

Get supported method list and fill (取得支持的方法列表并填充).

public static int GetSupportedMethodListFill<T>(ICollection<T> output, IEnumerable<Type> types, params string[] methodNames) where T : Delegate

Parameters

output ICollection<T>

Output target (输出目标).

types IEnumerable<Type>

Source type list (源类型列表).

methodNames string[]

Method name list (方法名列表).

Returns

int

Returns method count (返回方法数量)

Type Parameters

T

Delegate type (委托类型).