NAnt SDK Documentation - v0.85-nightly-2005-11-09

LogWriter.Write Method (Char[])

[This is preliminary documentation and subject to change.]

Writes a character array to the text stream.

[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.

Remarks

Missing <remarks> documentation for M:NAnt.Core.LogWriter.Write(System.Char[])

See Also

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