25개 이상의 토픽을 선택하실 수 없습니다.
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;
- }
- }
|