终端一体化运控平台
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

方法描述.cs 273 B

1234567891011121314
  1. using System;
  2. using System.Reflection;
  3. namespace BPASmartClient.MessageCommunication.MsgControl.Model
  4. {
  5. public class 方法描述
  6. {
  7. public Type Obj_Type;
  8. public MethodInfo M_MethodInfo;
  9. public ParameterInfo[] M_ParameterInfos;
  10. }
  11. }