Summary
Writes the text representation of the specified array of objects to the
console output using the specified format information.
- Namespace
- Cake
.Testing - Containing Type
- FakeConsole
Syntax
public void Write(string format, params object[] arg)
Parameters
Name | Type | Description |
---|---|---|
format | string | A composite format string. |
arg | object[] | An array of objects to write using format. |
Return Value
Type | Description |
---|---|
void |