DekGenius.com
Team LiB   Previous Section   Next Section
N
namespace

Maps a set of types to a common name.



new

An operator that calls a constructor on a type, allocating a new object on the heap if the type is a reference type, or initializing the object if the type is a value type. The keyword is overloaded to hide an inherited member.



null

A reference-type literal that indicates no object is referenced.



    Team LiB   Previous Section   Next Section