Simplicity of C#
C# replaces the -> and :: to just a dot to simplify how you access pointers and class members. In fact you use a dot for the following:
Members
Classes
Name-spaces
References