public static void GetMethodInfos(
	Type type,
	ref Dictionary<string, MethodInfo> methods
)Public Shared Sub GetMethodInfos ( 
	type As Type,
	ByRef methods As Dictionary(Of String, MethodInfo)
)static member GetMethodInfos : 
        type : Type * 
        methods : Dictionary<string, MethodInfo> byref -> unit [缺少 "M:TouchSocket.Rpc.CodeGenerator.GetMethodInfos(System.Type,System.Collections.Generic.Dictionary{System.String,System.Reflection.MethodInfo}@)" 的 <param name="type"/> 文档]
[缺少 "M:TouchSocket.Rpc.CodeGenerator.GetMethodInfos(System.Type,System.Collections.Generic.Dictionary{System.String,System.Reflection.MethodInfo}@)" 的 <param name="methods"/> 文档]