Skip to content

Instantly share code, notes, and snippets.

@tenor
Created December 15, 2014 17:25
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/ef3b9d53437a229527c1 to your computer and use it in GitHub Desktop.
Save tenor/ef3b9d53437a229527c1 to your computer and use it in GitHub Desktop.
Immutable Collections Example on CSharpPad.com
using static
System.Collections.Immutable.ImmutableArray;
Create<int>(5,4,3,2,1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment