ServerLogWriterWrite Method (Char, Int32, Int32) |
Writes a subarray of characters to the text string or stream.
Namespace: SampSharp.GameModeAssembly: SampSharp.GameMode (in SampSharp.GameMode.dll) Version: 0.7.6221.37952
Syntaxpublic override void Write(
char[] buffer,
int index,
int count
)
Public Overrides Sub Write (
buffer As Char(),
index As Integer,
count As Integer
)
Parameters
- buffer
- Type: SystemChar
The character array to write data from. - index
- Type: SystemInt32
The character position in the buffer at which to start retrieving data. - count
- Type: SystemInt32
The number of characters to write.
See Also