See C1StreamWriter.
Namespace: Composite.Core.ImplementationAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
C# |
---|
public virtual void WriteLine( char[] buffer, int index, int count ) |
Visual Basic |
---|
Public Overridable 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 ) |
Parameters
- buffer
- Type: array<System..::..Char>[]()[][]
[Missing <param name="buffer"/> documentation for "M:Composite.Core.Implementation.C1StreamWriterImplementation.WriteLine(System.Char[],System.Int32,System.Int32)"]
- index
- Type: System..::..Int32
[Missing <param name="index"/> documentation for "M:Composite.Core.Implementation.C1StreamWriterImplementation.WriteLine(System.Char[],System.Int32,System.Int32)"]
- count
- Type: System..::..Int32
[Missing <param name="count"/> documentation for "M:Composite.Core.Implementation.C1StreamWriterImplementation.WriteLine(System.Char[],System.Int32,System.Int32)"]