bitterypaul / bitly-dot-net

Automatically exported from code.google.com/p/bitly-dot-net
0 stars 0 forks source link

IBitlyResponse[ ] outputs an incomplete array #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Q: What steps will reproduce the problem?
A1: Use IBitlyResponse[] to produce an array of shortened URLs
A2: Use a foreach loop to print out shortened URLs

Q: What is the expected output? What do you see instead?
A: I expect to see an array output with as many members as the input array. 
Instead, the output array only contains one member

Q: What version of the product are you using? On what operating system?
A: Version 0.6.0.0 on Windows 7 OS

Please provide any additional information below.
A: I've looked at the source code and there doesn't appear to be any 
enumeration for this array method.

Original issue reported on code.google.com by noca...@gmail.com on 9 Apr 2012 at 6:17

GoogleCodeExporter commented 9 years ago
This isn't covered in the documentation either.

Original comment by noca...@gmail.com on 9 Apr 2012 at 7:09