Created
April 1, 2017 23:02
-
-
Save rhom6us/f45f499437211e13b82f26dc5fe3e479 to your computer and use it in GitHub Desktop.
F# Object Expression (Anonymous Type)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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