Writes a char array with a line break to the stream.
Namespace: Composite.Core.IOAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
C# |
---|
public override void WriteLine( char[] buffer, int index, int count ) |
Visual Basic |
---|
Public Overrides Sub WriteLine ( _ buffer As Char(), _ index As Integer, _ count As Integer _ ) |
Visual C++ |
---|
public: virtual void WriteLine( array<wchar_t>^ buffer, int index, int count ) override |
Parameters
- buffer
- Type: array<System..::..Char>[]()[][]
Char array to write.
- index
- Type: System..::..Int32
Index in the char array to start writing from.
- count
- Type: System..::..Int32
Number of chars to write.