RepeatedFieldCopier<T>
class
Namespace: Orleans.Serialization
Copier for
Google.Protobuf.Collections.RepeatedField. public sealed class RepeatedFieldCopier<T> : IBaseCopier, IBaseCopier<RepeatedField<T>>, IDeepCopier, IDeepCopier<RepeatedField<T>>Constructors
RepeatedFieldCopier<T>(IDeepCopier<T>)Initializes a new instance of theOrleans.Serialization.RepeatedFieldCopierclass.
Methods
DeepCopy(RepeatedField<T>, CopyContext)Creates a deep copy of the provided input.DeepCopy(RepeatedField<T>, RepeatedField<T>, CopyContext)Clones members frominputand copies them tooutput.
