Namespace:  Hyleos.Common.IO
Assembly:  Hyleos.Common (in Hyleos.Common.dll) Version: 1.0.3.2 (1.0.3.2)

Syntax

C#
public override int Read(
	char[] buffer,
	int index,
	int count
)
Visual Basic (Declaration)
Public Overrides Function Read ( _
	<OutAttribute> buffer As Char(), _
	index As Integer, _
	count As Integer _
) As Integer
Visual C++
public:
virtual int Read(
	[InAttribute] [OutAttribute] array<wchar_t>^ buffer, 
	int index, 
	int count
) override

Parameters

buffer
Type: array< System..::.Char >[]()[]

[Missing <param name="buffer"/> documentation for "M:Hyleos.Common.IO.CustomStreamReader.Read(System.Char[],System.Int32,System.Int32)"]

index
Type: System..::.Int32

[Missing <param name="index"/> documentation for "M:Hyleos.Common.IO.CustomStreamReader.Read(System.Char[],System.Int32,System.Int32)"]

count
Type: System..::.Int32

[Missing <param name="count"/> documentation for "M:Hyleos.Common.IO.CustomStreamReader.Read(System.Char[],System.Int32,System.Int32)"]

Return Value

[Missing <returns> documentation for "M:Hyleos.Common.IO.CustomStreamReader.Read(System.Char[],System.Int32,System.Int32)"]

See Also