25'ten fazla konu seçemezsiniz
Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
|
- using System;
- using System.Reflection;
-
- namespace BPASmartClient.MessageCommunication.MsgControl.Model
- {
- public class 方法描述
- {
- public Type Obj_Type;
-
- public MethodInfo M_MethodInfo;
-
- public ParameterInfo[] M_ParameterInfos;
- }
- }
|