'Declaration
Public Shared Function CreateShadowCopyAsType( _ ByVal data As Object, _ ByVal type As Type _ ) As Object
'Usage
Dim data As Object Dim type As Type Dim value As Object value = SerializationHelper.CreateShadowCopyAsType(data, type)
Parameters
- data
- The data.
- type
- The type.