DeepCopier<T>
class
Namespace: Orleans.Serialization
Provides functionality for copying objects and values.
public sealed class DeepCopier<T>Constructors
DeepCopier<T>(IDeepCopier<T>, CopyContextPool)Initializes a new instance of theOrleans.Serialization.DeepCopierclass.
Methods
Copy(T)Creates a copy of the provided value.
