Click or drag to resize

BitWriterWriteChar Method

[This is preliminary documentation and is subject to change.]

Write a single character to the stream.

Namespace:  MLAPI.Serialization
Assembly:  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void WriteChar(
	char c
)
Request Example View Source

Parameters

c
Type: SystemChar
Character to write
See Also