Click or drag to resize
FdfSettingMerge 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.Runtime
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public override void Merge(
	IFdfEnumerable other,
	FdfMergeableResolution resolution = FdfMergeableResolution.None
)

Parameters

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