Click or drag to resize
IFdfMergeableTMerge Method
Merges specified object instance data with caller object data and stores result into the caller object. Provides optional resolution for merging caller and callee values.

Namespace: FDF.Common
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
void Merge(
	T other,
	FdfMergeableResolution resolution = FdfMergeableResolution.None
)

Parameters

other
Type: T
resolution (Optional)
Type: FDF.CommonFdfMergeableResolution
Remarks