关于c#:Reflector图标

5次阅读

共计 340 个字符,预计需要花费 1 分钟才能阅读完成。

图标 阐明
namespace 名称空间
interface 接口
delegate 委托
event 事件
enum 枚举
internal enum 只供同一程序集外部拜访的枚举
public class 类
internal class 只供同一程序集外部拜访的类
只含 get 的属性
包含 get、set 的属性
public 办法 (函数)
public static 办法 (函数)
private 办法 (函数)
private static 公有静态方法 (函数)
公有字段
const 常量字段
private static 字段
internal 字段
protected 字段
protected override void Finalize();
internal
static
private
protected
field 字段(一般字段、const、readonly)
正文完
 0