ByteStringCopier.DeepCopy(ByteString, CopyContext) Method
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.
Creates a deep copy of the provided input.
public Google.Protobuf.ByteString DeepCopy(Google.Protobuf.ByteString input, Orleans.Serialization.Cloning.CopyContext context);
abstract member DeepCopy : Google.Protobuf.ByteString * Orleans.Serialization.Cloning.CopyContext -> Google.Protobuf.ByteString
override this.DeepCopy : Google.Protobuf.ByteString * Orleans.Serialization.Cloning.CopyContext -> Google.Protobuf.ByteString
Public Function DeepCopy (input As ByteString, context As CopyContext) As ByteString
Parameters
- input
- Google.Protobuf.ByteString
The input.
- context
- CopyContext
The context.
Returns
Google.Protobuf.ByteString
A copy of input
.