Reads an object of type [!:char[]] from the current stream and advances the stream position. This method reads directly from the underlying stream.

Namespace: Alachisoft.NCache.Runtime.Serialization.IO
Assembly: Alachisoft.NCache.Runtime (in Alachisoft.NCache.Runtime.dll) Version: 4.1.0.0 (4.1.0.0)

Syntax

C#
public abstract char[] ReadChars(
	int count
)
Visual Basic
Public MustOverride Function ReadChars ( _
	count As Integer _
) As Char()
Visual C++
public:
virtual array<wchar_t>^ ReadChars(
	int count
) abstract

Parameters

count
Type: System..::..Int32

Return Value

object read from the stream

See Also