Advertisement
Guest User

Untitled

a guest
May 4th, 2015
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. public const DateTime dt = DateTime.Today; //throws compilation error
  2. public const string Name = string.Empty; //throws compilation error
  3. public static readonly string Name = string.Empty; //No error, legal
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement