Click or drag to resize
ObjectUtilityMergeTSource, TDest Method
Map the object to a new object of another type

Namespace: DrawerBackup.Native.Runtime
Assembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax
public static TDest Merge<TSource, TDest>(
	TSource source
)

Parameters

source
Type: TSource

Type Parameters

TSource
TDest

Return Value

Type: TDest
See Also