Skip to content

Instantly share code, notes, and snippets.

@lenadroid
Created May 19, 2015 13:40
Show Gist options
  • Select an option

  • Save lenadroid/b8abfb2bc0f171b55503 to your computer and use it in GitHub Desktop.

Select an option

Save lenadroid/b8abfb2bc0f171b55503 to your computer and use it in GitHub Desktop.
/// 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