Differences

This shows you the differences between the selected revisions of the page.

2012-03-09 2012-03-26
vb.net using with statement instead of object initializer (martin) vb.net signature (martin)
Line 5: Line 5:
===== Syntax ===== ===== Syntax =====
-<code csharp>+<code csharp *>
public RemoteDirectoryInfo ListDirectory(string path) public RemoteDirectoryInfo ListDirectory(string path)
 +</code>
 +
 +<code vbnet *>
 +Public Function ListDirectory(ByVal path As String) As RemoteDirectoryInfo
</code> </code>

Last modified: by martin