GCDN Community(.NET技术社区)

以微软平台和.NET技术为主的软件开发社区。
Welcome to GCDN Community(.NET技术社区) Sign in | Join | Help

type.bmp

Page 425 of 461 (461 items)  « First ... < Previous 423 424 425 426 427 Next > ... Last »
 
type.bmp
View Sizes View Details
    No EXIF data is available

  #region C# syntax image index

  private const int _ASSEMBLY = 47;

  private const int _NAMESPACE = 1;

  private const int _CLASS = 2;
  private const int _INTERFACE = _CLASS + 4;
  private const int _STRUCT = _INTERFACE + 4;
  private const int _ENUMERATION = _STRUCT + 4;
  private const int _DELEGATE = _ENUMERATION + 4;

  private const int _METHOD = _DELEGATE + 4;
  private const int _PROPERTY = _METHOD + 4;
  private const int _FIELD = _PROPERTY + 4;
  private const int _EVENT = _FIELD + 4;
  private const int _CONST = _EVENT + 4;
  private const int _OPERATOR = _CONST + 4;

  private const int _INTERNAL = 0;
  private const int _PRIVATE = 1;
  private const int _PROTECTED = 2;
  private const int _PUBLIC = 3;

  private const int _CORRELATIVE_TYPES = _OPERATOR + 4;
  #endregion

Filed under:

Comments

 

MushRoom said:

据说很多同时在写那个reflector

这个是不小心在别处偷的一个图片, 希望有用.

顺便带着定义.

16:35 on 五月 6, 2008
 

MushRoom said:

记着用分割的方法分成16*16的.

16:35 on 五月 6, 2008
(required) 
(optional)
(required) 
Submit

This Gallery

95.jpg

461 total photos
Last updated on 2008-6-15

Statistics

Posted By: MushRoom
Viewed: 103
Comments: 2
Ratings: 1 vote(s)
Rating

This Gallery

Powered by Community Server (Personal Edition), by Telligent Systems