Поделиться через


ArrayListCopier Класс

Определение

Средство копирования для 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)
Наследование
ArrayListCopier
Атрибуты
Реализации

Конструкторы

ArrayListCopier()

Средство копирования для ArrayList.

Методы

DeepCopy(ArrayList, ArrayList, CopyContext)

Клонирует элементы из input и копирует их в output.

DeepCopy(ArrayList, CopyContext)

Создает глубокую копию предоставленных входных данных.

Применяется к