1. Trang chủ
  2. » Công Nghệ Thông Tin

Tài liệu Identifying Keywords docx

1 137 0
Tài liệu được quét OCR, nội dung có thể không chính xác
Tài liệu đã được kiểm tra trùng lặp

Đang tải... (xem toàn văn)

THÔNG TIN TÀI LIỆU

Thông tin cơ bản

Tiêu đề Identifying Keywords
Chuyên ngành Computer Science
Thể loại Textbook chapter
Định dạng
Số trang 1
Dung lượng 7,6 KB

Các công cụ chuyển đổi và chỉnh sửa cho tài liệu này

Nội dung

Identifying Keywords The C# language reserves 77 identifiers for its own use, and you should not reuse these identifiers for your own purposes.. These identifiers are called keywords, an

Trang 1

Identifying Keywords

The C# language reserves 77 identifiers for its own use, and you should not reuse these identifiers for your own purposes These identifiers are called keywords, and each has a particular meaning Examples of keywords are class, namespace, and using You'll learn the meaning of most of the keywords as you proceed through this book The keywords are listed in the following table

abstract as base bool

char checked class const

continue decimal default delegate

event explicit extern false

finally fixed float for

in int interface internal

out override params private

protected public readonly ref

return sbyte sealed short

sizeof _stackalloc static string

struct switch this throw

ulong unchecked unsafe — ushort

using virtual void volatile

while

TIP

In the Visual Studio 2005 Code and Text Editor window, keywords are colored blue

when you type them

Ngày đăng: 21/01/2014, 15:20

TỪ KHÓA LIÊN QUAN

w