ReadOnlyMemoryOfByteCopier.DeepCopy 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
複製輸入。
public static ReadOnlyMemory<byte> DeepCopy (ReadOnlyMemory<byte> input, Orleans.Serialization.Cloning.CopyContext copyContext);
static member DeepCopy : ReadOnlyMemory<byte> * Orleans.Serialization.Cloning.CopyContext -> ReadOnlyMemory<byte>
Public Shared Function DeepCopy (input As ReadOnlyMemory(Of Byte), copyContext As CopyContext) As ReadOnlyMemory(Of Byte)
參數
- input
- ReadOnlyMemory<Byte>
輸入。
- copyContext
- CopyContext
複製內容。
傳回
輸入的複本。