Upravit

Sdílet prostřednictvím


ByteStringCopier Class

Definition

Copier for Google.Protobuf.ByteString.

[Orleans.RegisterCopier]
public sealed class ByteStringCopier : Orleans.Serialization.Cloning.IDeepCopier<Google.Protobuf.ByteString>
[<Orleans.RegisterCopier>]
type ByteStringCopier = class
    interface IDeepCopier<ByteString>
    interface IDeepCopier
Public NotInheritable Class ByteStringCopier
Implements IDeepCopier(Of ByteString)
Inheritance
ByteStringCopier
Attributes
Implements
IDeepCopier IDeepCopier<Google.Protobuf.ByteString>

Constructors

ByteStringCopier()

Methods

DeepCopy(ByteString, CopyContext)

Creates a deep copy of the provided input.

Applies to