MapFieldCopier<TKey,TValue> Class

Definition

Copier for Google.Protobuf.Collections.MapField`2.

C#
[Orleans.RegisterCopier]
public sealed class MapFieldCopier<TKey,TValue> : Orleans.Serialization.Cloning.IBaseCopier<Google.Protobuf.Collections.MapField<TKey,TValue>>, Orleans.Serialization.Cloning.IDeepCopier<Google.Protobuf.Collections.MapField<TKey,TValue>>

Type Parameters

TKey

The type of the t key.

TValue

The type of the t value.

Inheritance
MapFieldCopier<TKey,TValue>
Attributes
Implements
IBaseCopier IBaseCopier<Google.Protobuf.Collections.MapField<TKey,TValue>> IDeepCopier IDeepCopier<Google.Protobuf.Collections.MapField<TKey,TValue>>

Constructors

Methods

DeepCopy(MapField<TKey,TValue>, CopyContext)

Creates a deep copy of the provided input.

DeepCopy(MapField<TKey,TValue>, MapField<TKey,TValue>, CopyContext)

Clones members from input and copies them to output.

Applies to

Product Versions
.NET Orleans 9.0.0