Skip to content

Instantly share code, notes, and snippets.

@tenor
Created December 15, 2014 17:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tenor/fa72d1a7d57dbdce88b0 to your computer and use it in GitHub Desktop.
Save tenor/fa72d1a7d57dbdce88b0 to your computer and use it in GitHub Desktop.
C# 6 Examples on CSharpPad.com
string s = null;
s?.Length
using static System.Console;
WriteLine("Hello");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment