Created
February 27, 2014 01:20
-
-
Save Fhernd/9242378 to your computer and use it in GitHub Desktop.
Demostración declaración de clase Object en F#.
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
[<SerializableAttribute>] | |
[<ComVisibleAttribute(true)>] | |
[<ClassInterfaceAttribute(ClassInterfaceType.AutoDual)>] | |
type Object = class end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment