Guest User

Untitled

a guest
Aug 10th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. // (Do this up front somewhere else.)
  2. var closeMethod = typeof(OpenNETCF.Phone.Sim.Sim).GetMethod("Close");
  3.  
  4. // (Do this many times.)
  5. using (var disposer = new Disposer<OpenNETCF.Phone.Sim.Sim>(OpenNETCF.Phone.Sim.Sim(), closeMethod))
  6. {
  7. // Use the 'disposer.Object' property ...
  8. }
Add Comment
Please, Sign In to add comment