SerializingBinaryReader Constructor

Public Sub New( _ 
ByVal s As Stream, _ 
Optional ByVal remote_version As String = null _ 
)
This language is not supported or no code example is available.
public SerializingBinaryReader( 
Stream s
string remote_version = null 
)
This language is not supported or no code example is available.
public:  
SerializingBinaryReader( 
Stream^ s
String^ remote_version 
)
This language is not supported or no code example is available.
public function SerializingBinaryReader( 
s : Stream
remote_version : String 
);
This language is not supported or no code example is available.

Parameters

s
Stream

remote_version
string

.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

In this article

Definition