Skip to content

IBaseCopier<T>

interface

Namespace: Orleans.Serialization.Cloning

Provides functionality for copying members from one object to another.
public interface IBaseCopier<T> : IBaseCopier
where T : class

Methods