Sdílet prostřednictvím


ReadOnlyMemoryContent(ReadOnlyMemory<Byte>) Konstruktor

Definice

Inicializuje novou instanci ReadOnlyMemoryContent třídy.

public:
 ReadOnlyMemoryContent(ReadOnlyMemory<System::Byte> content);
public ReadOnlyMemoryContent (ReadOnlyMemory<byte> content);
new System.Net.Http.ReadOnlyMemoryContent : ReadOnlyMemory<byte> -> System.Net.Http.ReadOnlyMemoryContent
Public Sub New (content As ReadOnlyMemory(Of Byte))

Parametry

content
ReadOnlyMemory<Byte>

Obsah použitý k inicializaci souboru ReadOnlyMemoryContent.

Platí pro