TextWriterAdapter.Write Method (Char[], Int32, Int32)
Writes a character buffer to the wrapped TextWriter
[Visual Basic]
Overrides Overloads Public Sub Write( _
ByVal
buffer As
Char(), _
ByVal
index As
Integer, _
ByVal
count As
Integer _
)
Parameters
-
buffer
- the data buffer
-
index
- the start index
-
count
- the number of characters to write
Remarks
Writes a character buffer to the wrapped TextWriter
See Also
TextWriterAdapter Class | log4net.Util Namespace | TextWriterAdapter.Write Overload List