Related resources for Pointers in C#
  • Use Of Pointers In C#10/19/2015 5:11:58 AM. In this article you will learn about the usage of Pointers in C#.
  • Pointers in C#12/22/2005 11:05:31 PM. C# also supports pointers in a limited extent. A pointer is nothing but a variable that holds the memory address of another type. But in C# pointer can only be declared to hold the memory address of value types and arrays.
  • Writing unsafe code - pointers in C#12/19/2005 2:23:10 AM. In this article I will give a short description of one of the feature of C# which are pointers and so-called unsafe code. This subject is particularly close for C++ programmers. Moreover, it is a feature that we do not find in Java.
C# Language Specification 5.0
This book provides a complete description of the C# language 5.0.
Download