Differences
This shows you the differences between the selected revisions of the page.
| 2011-12-30 | 2012-01-04 | ||
| csharp (martin) | List => Collection (martin) | ||
| Line 6: | Line 6: | ||
| ===== Syntax ===== | ===== Syntax ===== | ||
| <code csharp> | <code csharp> | ||
| - | public List<RemoteFileInfo> ListDirectory(string path) | + | public Collection<RemoteFileInfo> ListDirectory(string path) |
| </code> | </code> | ||