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