Namespace: Composite.Core.Implementation
Assembly: Composite (in Composite.dll) Version: 5.3.6135.33083

Syntax

C#
public virtual int ReadBlock(
	char[] buffer,
	int index,
	int count
)
Visual Basic
Public Overridable Function ReadBlock ( _
	buffer As Char(), _
	index As Integer, _
	count As Integer _
) As Integer
Visual C++
public:
virtual int ReadBlock(
	array<wchar_t>^ buffer, 
	int index, 
	int count
)

Parameters

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

[Missing <param name="buffer"/> documentation for "M:Composite.Core.Implementation.C1StreamReaderImplementation.ReadBlock(System.Char[],System.Int32,System.Int32)"]

index
Type: System..::..Int32

[Missing <param name="index"/> documentation for "M:Composite.Core.Implementation.C1StreamReaderImplementation.ReadBlock(System.Char[],System.Int32,System.Int32)"]

count
Type: System..::..Int32

[Missing <param name="count"/> documentation for "M:Composite.Core.Implementation.C1StreamReaderImplementation.ReadBlock(System.Char[],System.Int32,System.Int32)"]

Return Value

[Missing <returns> documentation for "M:Composite.Core.Implementation.C1StreamReaderImplementation.ReadBlock(System.Char[],System.Int32,System.Int32)"]

See Also