ReadOnlyMemoryStream(ReadOnlyMemory<Byte>) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
ReadOnlyMemoryStream(ReadOnlyMemory<System::Byte> source);
public ReadOnlyMemoryStream(ReadOnlyMemory<byte> source);
new System.IO.ReadOnlyMemoryStream : ReadOnlyMemory<byte> -> System.IO.ReadOnlyMemoryStream
Public Sub New (source As ReadOnlyMemory(Of Byte))
Parameters
- source
- ReadOnlyMemory<Byte>