Click or drag to resize
FdfNamedObjectReferenceListTMerge 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
public virtual void Merge(
	IFdfEnumerable other,
	FdfMergeableResolution resolution = FdfMergeableResolution.None
)

Parameters

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

Implements

IFdfMergeableTMerge(T, FdfMergeableResolution)
Remarks