DeepCopy(TransactionalStateRecord<TState>, CopyContext)
public TransactionalStateRecord<TState> DeepCopy(TransactionalStateRecord<TState> original, CopyContext context) Creates a deep copy of the provided input.
Parameters
originalTransactionalStateRecord<TState>- The input.
contextCopyContext- The context.
Returns
A copy of
input.