Created
January 19, 2016 21:39
-
-
Save chamook/cb920a680c346a806b9f to your computer and use it in GitHub Desktop.
Static classes are just figments of your imagination
This file contains hidden or 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
| [<Sealed>] | |
| type StaticishClass private () = | |
| static member DoThing a = a + 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment