Edit

Share via


ArrayListCopier Class

Definition

Copier for ArrayList.

[Orleans.RegisterCopier]
public sealed class ArrayListCopier : Orleans.Serialization.Cloning.IBaseCopier<System.Collections.ArrayList>, Orleans.Serialization.Cloning.IDeepCopier<System.Collections.ArrayList>
[<Orleans.RegisterCopier>]
type ArrayListCopier = class
    interface IDeepCopier<ArrayList>
    interface IDeepCopier
    interface IBaseCopier<ArrayList>
    interface IBaseCopier
Public NotInheritable Class ArrayListCopier
Implements IBaseCopier(Of ArrayList), IDeepCopier(Of ArrayList)
Inheritance
ArrayListCopier
Attributes
Implements

Constructors

ArrayListCopier()

Methods

DeepCopy(ArrayList, ArrayList, CopyContext)

Clones members from input and copies them to output.

DeepCopy(ArrayList, CopyContext)

Creates a deep copy of the provided input.

Applies to