NAnt SDK Documentation - v0.92

LogWriter.Write Method (Char[])

Writes a character array to the buffer.

[Visual Basic]
Overrides Overloads Public Sub Write( _
   ByVal chars As Char() _
)
[C#]
public override void Write(
   char[] chars
);

Parameters

chars
The character array to write to the text stream.

See Also

LogWriter Class | NAnt.Core Namespace | LogWriter.Write Overload List