Edit

Share via


OrleansSerializer.IsTypeShallowCopyable(Type) Method

Definition

Returns true if instances of the provided type can be safely shallow-copied; otherwise false, indicating that instances must instead be deep-copied.

public static bool IsTypeShallowCopyable (Type type);
static member IsTypeShallowCopyable : Type -> bool
Public Shared Function IsTypeShallowCopyable (type As Type) As Boolean

Parameters

type
Type

The type to check.

Returns

true if instances of the provided type can be safely shallow-copied; otherwise false, indicating that instances must instead be deep-copied.

Applies to