Click or drag to resize
FdfNamedObjectSetTMerge Method (T, FdfMergeableResolution)
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 void Merge(
	T other,
	FdfMergeableResolution resolution = FdfMergeableResolution.None
)

Parameters

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

Implements

IFdfMergeableTMerge(T, FdfMergeableResolution)
Remarks