Skip to content

ByteStringCopier Methods

Copier for Google.Protobuf.ByteString.

DeepCopy(ByteString?, CopyContext)

View source
public ByteString? DeepCopy(ByteString? input, CopyContext context)
Creates a deep copy of the provided input.

Parameters

inputByteString?
The input.
contextCopyContext
The context.

Returns

A copy of input, or null if input is null.