Table of Contents

Method GetParameterTypes

Namespace
Zyl.VectorTraits.Impl
Assembly
VectorTraits.dll

GetParameterTypes(MethodInfo)

Get parameter types (取得参数类型数组).

public static Type[] GetParameterTypes(MethodInfo methodInfo)

Parameters

methodInfo MethodInfo

The method info (方法信息).

Returns

Type[]

Rerurns parameter types (返回参数类型数组).