Differences
This shows you the differences between the selected revisions of the page.
| 2017-12-05 | 2017-12-05 | ||
| declaration wrapping (martin) | removing unneeded byval (martin) | ||
| Line 13: | Line 13: | ||
| <code vbnet *> | <code vbnet *> | ||
| Public Function EnumerateRemoteFiles( | Public Function EnumerateRemoteFiles( | ||
| - | ByVal path As String, | + | path As String, |
| - | ByVal mask As String, | + | mask As String, |
| - | ByVal options As EnumerationOptions | + | options As EnumerationOptions |
| ) As IEnumerable(Of RemoteFileInfo) | ) As IEnumerable(Of RemoteFileInfo) | ||
| </code> | </code> | ||