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