Skip to content

Copier_PendingTransactionState<TState>

class

Namespace: OrleansCodeGen.Orleans.Transactions.Abstractions

Base type for deep copiers of types that are actually shallow-copyable.
public sealed class Copier_PendingTransactionState<TState> : ShallowCopier<PendingTransactionState<TState>>
where TState : class, new()

Constructors