Skip to content

Instantly share code, notes, and snippets.

@Fhernd
Created February 27, 2014 01:20
Show Gist options
  • Save Fhernd/9242378 to your computer and use it in GitHub Desktop.
Save Fhernd/9242378 to your computer and use it in GitHub Desktop.
Demostración declaración de clase Object en F#.
[<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