public FakeConnection(
Action<FakeCommandExecutor> defineCommands
)
Public Sub New (
defineCommands As Action(Of FakeCommandExecutor)
)
public:
FakeConnection(
Action<FakeCommandExecutor^>^ defineCommands
)
new :
defineCommands : Action<FakeCommandExecutor> -> FakeConnection