Differences
This shows you the differences between the selected revisions of the page.
2017-10-19 | 2017-12-05 | ||
upload in library_example_parallel_transfers (martin) | declaration wrapping (martin) | ||
Line 4: | Line 4: | ||
===== Syntax ===== | ===== Syntax ===== | ||
<code csharp *> | <code csharp *> | ||
- | public IEnumerable<RemoteFileInfo> EnumerateRemoteFiles(string path, string mask, EnumerationOptions options) | + | public IEnumerable<RemoteFileInfo> EnumerateRemoteFiles( |
+ | ····string path, | ||
+ | ···string mask, | ||
+ | ···EnumerationOptions options | ||
+ | ) | ||
</code> | </code> | ||
<code vbnet *> | <code vbnet *> | ||
- | Public Function EnumerateRemoteFiles(ByVal path As String, ByVal mask As String, ByVal options As EnumerationOptions) As IEnumerable(Of RemoteFileInfo) | + | Public Function EnumerateRemoteFiles( |
+ | ·····ByVal path As String, | ||
+ | ····ByVal mask As String, | ||
+ | ····ByVal options As EnumerationOptions | ||
+ | ) As IEnumerable(Of RemoteFileInfo) | ||
</code> | </code> | ||