Read from the stream

Namespace: Contracts
Assembly: Contracts (in Contracts.dll)

Public Overrides Function Read( _ 
ByVal buffer As Byte(), _ 
ByVal offset As Integer, _ 
ByVal count As Integer
) As Integer
This language is not supported or no code example is available.
public override int Read( 
byte[] buffer
int offset
int count 
)
This language is not supported or no code example is available.
public:  
int Read( 
array< Byte >^ buffer
int offset
int count 
)
This language is not supported or no code example is available.
public function Read( 
buffer : byte[], 
offset : int
count : int 
) : int;
This language is not supported or no code example is available.

Parameters

buffer
Type: byte[]

<default>

offset
Type: int

<default>

count
Type: int

<default>

Return Value

Type: int

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1