NullableCopier<T> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Copier for Nullable<T>.
[Orleans.RegisterCopier]
public sealed class NullableCopier<T> : Orleans.Serialization.Cloning.IDeepCopier<T?>, Orleans.Serialization.Cloning.IOptionalDeepCopier where T : struct
[<Orleans.RegisterCopier>]
type NullableCopier<'T (requires 'T : struct)> = class
interface IDeepCopier<Nullable<'T>>
interface IDeepCopier
interface IOptionalDeepCopier
Public NotInheritable Class NullableCopier(Of T)
Implements IDeepCopier(Of Nullable(Of T)), IOptionalDeepCopier
Type Parameters
- T
The element type.
- Inheritance
-
NullableCopier<T>
- Attributes
- Implements
Constructors
| NullableCopier<T>(IDeepCopier<T>) |
Initializes a new instance of the NullableCopier<T> class. |
Methods
| DeepCopy(Nullable<T>, CopyContext) |
Creates a deep copy of the provided input. |
| IsShallowCopyable() | |
Explicit Interface Implementations
| IDeepCopier.DeepCopy(Object, CopyContext) |