RepeatedFieldCopier<T> Class
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.
Copier for Google.Protobuf.Collections.RepeatedField`1.
[Orleans.RegisterCopier]
public sealed class RepeatedFieldCopier<T> : Orleans.Serialization.Cloning.IBaseCopier<Google.Protobuf.Collections.RepeatedField<T>>, Orleans.Serialization.Cloning.IDeepCopier<Google.Protobuf.Collections.RepeatedField<T>>
[<Orleans.RegisterCopier>]
type RepeatedFieldCopier<'T> = class
interface IDeepCopier<RepeatedField<'T>>
interface IDeepCopier
interface IBaseCopier<RepeatedField<'T>>
interface IBaseCopier
Public NotInheritable Class RepeatedFieldCopier(Of T)
Implements IBaseCopier(Of RepeatedField(Of T)), IDeepCopier(Of RepeatedField(Of T))
Type Parameters
- T
The element type.
- Inheritance
-
RepeatedFieldCopier<T>
- Attributes
- Implements
-
IBaseCopier IBaseCopier<Google.Protobuf.Collections.RepeatedField<T>> IDeepCopier IDeepCopier<Google.Protobuf.Collections.RepeatedField<T>>
Constructors
RepeatedFieldCopier<T>(IDeepCopier<T>) |
Initializes a new instance of the RepeatedFieldCopier<T> class. |
Methods
DeepCopy(RepeatedField<T>, CopyContext) |
Creates a deep copy of the provided input. |
DeepCopy(RepeatedField<T>, RepeatedField<T>, CopyContext) |
Clones members from |