Skip to content

Instantly share code, notes, and snippets.

@wilfrem
Created July 3, 2013 03:52
Show Gist options
  • Save wilfrem/5915339 to your computer and use it in GitHub Desktop.
Save wilfrem/5915339 to your computer and use it in GitHub Desktop.
Xamarin.AndroidでJavaインターフェイスを継承したいだけなのにIJavaObjectとかIDisposalとかも一緒に実装しなきゃいけなくなってウザイとき
Java.Lang.Objectを継承しなさい。C#で。
そうすると、勝手にDisposeとかJavaのポインタとか実装してくれる。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment