Close() private method

private Close ( ) : void
return void
 public static void ClosePortable(SafeHandle handle)
 {
     handle.Close();
 }