Danh mục

Identifying Keywords

Số trang: 1      Loại file: pdf      Dung lượng: 7.60 KB      Lượt xem: 15      Lượt tải: 0    
tailieu_vip

Phí lưu trữ: miễn phí Tải xuống file đầy đủ (1 trang) 0
Xem trước 1 trang đầu tiên của tài liệu này:

Thông tin tài liệu:

Xác định khoá của ngôn ngữ C # 77 dự trữ định danh để sử dụng riêng của mình, và bạn không nên tái sử dụng các định danh cho các mục đích của riêng bạn. Những định danh này được gọi là các từ khoá, và từng có một ý nghĩa cụ thể.
Nội dung trích xuất từ tài liệu:
Identifying Keywords Identifying KeywordsThe C# language reserves 77 identifiers for its own use, and you should not reuse theseidentifiers for your own purposes. These identifiers are called keywords, and each has aparticular meaning. Examples of keywords are class, namespace, and using. Youll learnthe meaning of most of the keywords as you proceed through this book. The keywordsare listed in the following table.abstract as base boolbreak byte case catchchar checked class constcontinue decimal default delegatedo double else enumevent explicit extern falsefinally fixed float forforeach goto if implicitin int interface internalis lock long namespacenew null object operatorout override params privateprotected public readonly refreturn sbyte sealed shortsizeof stackalloc static stringstruct switch this throwtrue try typeof uintulong unchecked unsafe ushortusing virtual void volatilewhileTIPIn the Visual Studio 2005 Code and Text Editor window, keywords are colored bluewhen you type them.

Tài liệu được xem nhiều: