You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- using System;
- using System.Reflection;
-
- namespace BPASmartClient.MessageCommunication.MsgControl.Model
- {
- public class 方法描述
- {
- public Type Obj_Type;
-
- public MethodInfo M_MethodInfo;
-
- public ParameterInfo[] M_ParameterInfos;
- }
- }
|