StreamHelper.CreateSerializingBinaryReader Method
Public Shared Function CreateSerializingBinaryReader( _
ByVal ms As MemoryStream, _
Optional ByVal remote_version As String = null _
) As SerializingBinaryReader
This language is not supported or no code example is available.
public static SerializingBinaryReader CreateSerializingBinaryReader(
MemoryStream ms,
string remote_version = null
)
This language is not supported or no code example is available.
public:
static SerializingBinaryReader^ CreateSerializingBinaryReader(
MemoryStream^ ms,
String^ remote_version
)
This language is not supported or no code example is available.
public static function CreateSerializingBinaryReader(
ms : MemoryStream,
remote_version : String
) : SerializingBinaryReader;
This language is not supported or no code example is available.
Parameters
- ms
- MemoryStream
<default>
- remote_version
- string