站内搜索: 请输入搜索关键词
当前页面: 图书首页 > From Java To C# A Developers Guide

From Java To C# A Developers Guide

[ directory ] Previous Section Next Section

9.1 Pointer types

Pointer types are special ?they are only used in unsafe codes (code blocks marked with the unsafe keyword) and are not usually used in most applications. Pointer types will not be discussed here (see Chapter 29).

    [ directory ] Previous Section Next Section