Created
May 19, 2015 13:40
-
-
Save lenadroid/b8abfb2bc0f171b55503 to your computer and use it in GitHub Desktop.
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
| /// Denotes handle to a distributable resource that can be disposed of. | |
| type ICloudDisposable = | |
| /// Releases any storage resources used by this object. | |
| abstract Dispose : unit -> Local<unit> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment