Skip to content

Instantly share code, notes, and snippets.

@rhom6us
Created April 1, 2017 23:02
Show Gist options
  • Save rhom6us/f45f499437211e13b82f26dc5fe3e479 to your computer and use it in GitHub Desktop.
Save rhom6us/f45f499437211e13b82f26dc5fe3e479 to your computer and use it in GitHub Desktop.
F# Object Expression (Anonymous Type)
printfn "%A" { new System.Object() with member x.ToString() = "F########" }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment