Table of Contents

Method GetMethodGroup

Namespace
Zyl.VectorTraits.Impl
Assembly
VectorTraits.dll

GetMethodGroup(Type)

Get methods group (取得方法组).

public static SortedDictionary<string, List<MethodInfo>> GetMethodGroup(Type aType)

Parameters

aType Type

The type (类型).

Returns

SortedDictionary<string, List<MethodInfo>>

Returns methods group (返回方法组).