ArrayListCopier 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 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 |
DeepCopy(ArrayList, CopyContext) |
Creates a deep copy of the provided input. |