ImmutableArrayCopier<T>
class
Namespace: Orleans.Serialization.Codecs
Copier for
System.Collections.Immutable.ImmutableArray. public sealed class ImmutableArrayCopier<T> : IDeepCopier, IDeepCopier<ImmutableArray<T>>, IOptionalDeepCopierConstructors
Methods
DeepCopy(ImmutableArray<T>, CopyContext)Creates a deep copy of the provided input.IsShallowCopyableReturns true if the type is shallow-copyable.
