Differences
This shows you the differences between the selected revisions of the page.
2012-03-09 | 2012-03-26 | ||
using object initializer c# (martin) | vb.net signature (martin) | ||
Line 5: | Line 5: | ||
===== Syntax ===== | ===== Syntax ===== | ||
- | <code csharp> | + | <code csharp *> |
public CommandExecutionResult ExecuteCommand(string command) | public CommandExecutionResult ExecuteCommand(string command) | ||
+ | </code> | ||
+ | |||
+ | <code vbnet *> | ||
+ | Public Function ExecuteCommand(ByVal command As String) As CommandExecutionResult | ||
</code> | </code> | ||